Skip to content

Commit 35c73a5

Browse files
committed
Fix MSRV-related issues
Fixing the MSRV in our CI involves making sure that the crate can build under that version of the Rust compiler, given some choice of dependencies that are also compatible with the MSRV. A major issue is that many crates bump the MSRV in patch or minor releases that then get picked up automatically if no lock file is present. This commit adds a lock file for our current MSRV, and pins the MSRV for clippy as well. Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
1 parent 6fccc4d commit 35c73a5

File tree

4 files changed

+840
-1
lines changed

4 files changed

+840
-1
lines changed

.clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msrv = "1.60.0"

0 commit comments

Comments
 (0)