Skip to content

Commit dd61e04

Browse files
committed
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 ae4c4a7 commit dd61e04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)