Skip to content

Commit

Permalink
Update MSRV to 1.75
Browse files Browse the repository at this point in the history
Currently the effective MSRV is 1.74.1 per `cargo msrv`.  We have 1.75
available in 9.4, so let's go with that at minimum.

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
  • Loading branch information
jeckersb committed May 3, 2024
1 parent 1623ad9 commit 998632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "bootc-lib"
readme = "README.md"
repository = "https://github.com/containers/bootc"
version = "0.1.10"
rust-version = "1.64.0"
rust-version = "1.75.0"
build = "build.rs"

include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]
Expand Down

0 comments on commit 998632f

Please sign in to comment.