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:
Paul Stemmet 2022-03-13 18:51:41 +00:00 committed by Paul Stemmet
parent d3fd96ea31
commit f7d75b836f
2 changed files with 2 additions and 1 deletions

1
.clippy.toml Normal file
View File

@ -0,0 +1 @@
msrv = "1.53"

View File

@ -16,7 +16,7 @@ jobs:
- ubuntu-latest
rust:
- stable
- 1.52 # Project MSRV
- 1.53 # Project MSRV
cargo:
- name: "Clippy"
cmd: clippy