Commit 50cc5db
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 5660e6f commit 50cc5db
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| 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