ci/github: add MSRV == 1.52
This can be bumped as needed but I'd like to stop checking it myself
This commit is contained in:
parent
f288b71f83
commit
d3fd96ea31
|
@ -16,6 +16,7 @@ jobs:
|
|||
- ubuntu-latest
|
||||
rust:
|
||||
- stable
|
||||
- 1.52 # Project MSRV
|
||||
cargo:
|
||||
- name: "Clippy"
|
||||
cmd: clippy
|
||||
|
|
Loading…
Reference in New Issue