lib: pin rust version to 1.53
This isn't a hard guarantee, if a new version of Rust offers something useful, this will be moved with no warnings.
This commit is contained in:
parent
d3fd96ea31
commit
f7d75b836f
|
@ -0,0 +1 @@
|
|||
msrv = "1.53"
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- ubuntu-latest
|
||||
rust:
|
||||
- stable
|
||||
- 1.52 # Project MSRV
|
||||
- 1.53 # Project MSRV
|
||||
cargo:
|
||||
- name: "Clippy"
|
||||
cmd: clippy
|
||||
|
|
Loading…
Reference in New Issue