We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25e928 commit 0c6ccadCopy full SHA for 0c6ccad
cli/Cargo.toml
@@ -6,7 +6,8 @@ license = "MIT OR Apache-2.0"
6
repository = "https://github.com/containers/bootc"
7
readme = "README.md"
8
publish = false
9
-rust-version = "1.63.0"
+# For now don't bump this above what is currently shipped in RHEL9.
10
+rust-version = "1.75.0"
11
default-run = "bootc"
12
13
# See https://github.com/coreos/cargo-vendor-filterer
lib/Cargo.toml
@@ -6,6 +6,8 @@ name = "bootc-lib"
version = "0.1.14"
+# For now don't bump this above what is currently shipped in RHEL9;
+# also keep in sync with the version in cli.
rust-version = "1.75.0"
build = "build.rs"
0 commit comments