Skip to content

Commit

Permalink
build-sys: Lower rust-version to 1.82
Browse files Browse the repository at this point in the history
This is what's in C9S (a primary dev target for me) at the
moment. The claimed rationale for the bump around lifetime
elison rules doesn't seem correct (this builds just fine for me
with 1.82).

I suspect it's more newer clippy has newer suggestions.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters authored and allisonkarlitskaya committed Dec 9, 2024
1 parent d7d9621 commit 47f9fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "composefs"
version = "0.2.0"
edition = "2021"
rust-version = "1.83.0"
rust-version = "1.82.0"
description = "Rust library for the composefs filesystem"
keywords = ["composefs"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 47f9fc8

Please sign in to comment.