Skip to content

Commit 67c462c

Browse files
committed
Cargo.toml: Make sure MSRV is at least 1.68
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 0c4d9e9 commit 67c462c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

framework_lib/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name = "framework_lib"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.61"
5+
# Minimum Supported Rust Version
6+
rust-version = "1.68"
67
build = "build.rs"
78

89
[features]

framework_uefi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "framework_uefi"
33
version = "0.1.0"
44
edition = "2021"
5+
# Minimum Supported Rust Version
56
rust-version = "1.68"
67

78
[[bin]]

0 commit comments

Comments
 (0)