File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ license = "MIT OR Apache-2.0"
6
6
repository = " https://github.com/containers/bootc"
7
7
readme = " README.md"
8
8
publish = false
9
- # For now don't bump this above what is currently shipped in RHEL9.
10
- rust-version = " 1.75.0"
11
9
default-run = " bootc"
12
10
13
11
# See https://github.com/coreos/cargo-vendor-filterer
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ name = "bootc-lib"
6
6
readme = " README.md"
7
7
repository = " https://github.com/containers/bootc"
8
8
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"
12
12
13
13
include = [" /src" , " LICENSE-APACHE" , " LICENSE-MIT" ]
14
14
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ name = "ostree-ext"
7
7
readme = " ../README.md"
8
8
repository = " https://github.com/ostreedev/ostree-rs-ext"
9
9
version = " 0.15.3"
10
- rust-version = " 1.74.0"
11
10
12
11
[dependencies ]
13
12
# Note that we re-export the oci-spec types
You can’t perform that action at this time.
0 commit comments