Skip to content

Commit 66017cd

Browse files
fontivanopenshift-cherrypick-robot
authored andcommitted
Specify rust-version in Cargo.toml - We need to use a version that is compatible with the rust version available in rhel9 - rhel9 currently ships rust 1.75 - Regenerated lockfile to make sure it is also compatible with the specified rust-version - For more information, refer to: - https://doc.rust-lang.org/cargo/reference/rust-version.html - rust-lang/cargo#12861 - rust-lang/cargo#13503
1 parent f37c1df commit 66017cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[package]
22
name = "recert"
3+
# we need to compile with a rust version that is compatible with rhel9
4+
rust-version = "1.75"
35
version = "0.1.0"
46
edition = "2021"
57

0 commit comments

Comments
 (0)