Commit 6e0d6f6
committed
Roll back the MSRV
The current MSRV (for non-dev builds) is Rust 1.57 however the codebase
does not use any features from edition 2021 (landed Rust 1.56) except
the `TryFrom` trait.
If we explicitly import `core::convert::tryFrom` we can stay on edition
2018.
The `rust-version` manifest option was added in Rust 1.56 but lets leave
it there as added documentation of the MSRV and in preparation for
bumping the MSRV when needed.
Rust 1.48 is a suitably old toolchain version, it is in Debian
oldstable.
Roll back the crate MSRV to Rust 1.481 parent 1e8246a commit 6e0d6f6
3 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments