Skip to content

Commit c947f0a

Browse files
committed
tree: Cleanup and bump rust-version to 1.82
To match composefs-rs. Signed-off-by: Colin Walters <[email protected]>
1 parent 1208f4d commit c947f0a

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

cli/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ license = "MIT OR Apache-2.0"
66
repository = "https://github.com/containers/bootc"
77
readme = "README.md"
88
publish = false
9-
# For now don't bump this above what is currently shipped in RHEL9.
10-
rust-version = "1.75.0"
119
default-run = "bootc"
1210

1311
# See https://github.com/coreos/cargo-vendor-filterer

lib/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name = "bootc-lib"
66
readme = "README.md"
77
repository = "https://github.com/containers/bootc"
88
version = "1.1.4"
9-
# For now don't bump this above what is currently shipped in RHEL9;
10-
# also keep in sync with the version in cli.
11-
rust-version = "1.75.0"
9+
# In general we try to keep this pinned to what's in the latest RHEL9.
10+
# However right now, we bumped to 1.82 as that's what composefs-rs uses.
11+
rust-version = "1.82.0"
1212

1313
include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]
1414

ostree-ext/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ name = "ostree-ext"
77
readme = "../README.md"
88
repository = "https://github.com/ostreedev/ostree-rs-ext"
99
version = "0.15.3"
10-
rust-version = "1.74.0"
1110

1211
[dependencies]
1312
# Note that we re-export the oci-spec types

0 commit comments

Comments
 (0)