Commit 0b6d813
committed
Increase the MSRV from 1.63 to 1.65
Perform a small MSRV bump by two versions. The main thing this gets is
access to the C types in `core::ffi`, which means the ecosystem can
start harmonizing around those aliases instead of using e.g.
`core::ffi::c_int` in some cases and `libc::c_int` in others.
1.65 is selected as a small bump over 1.64 because it comes with some
small "nice" things like workspace-level lints and `cast_mut`. It has
been over a year since the last MSRV bump to 1.63 (in 93052d1,
"Document the MSRV of the stable channel as 1.63") so we could probably
bump higher yet, but there isn't anything else on the list at [1] as
useful as `core::ffi`.
[1]: #46261 parent 35dd844 commit 0b6d813
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments