Commit 1bf879a
Move MSRV to cargo.toml and remove build.rs (#143)
* Move MSRV to cargo.toml and remove build.rs
This reworks MSRV detection logic, using the `rust-version` field
in Cargo manifest. It allows dropping `build.rs` and removing
the `version_check` build-dependency.
Ref: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
* touching a file to hopefully re-trigger checks
---------
Co-authored-by: Elliott Mahler <[email protected]>1 parent bfc1b56 commit 1bf879a
2 files changed
+1
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
62 | | - | |
This file was deleted.
0 commit comments