Skip to content

Commit ba39078

Browse files
committed
add rust-version requirement to Cargo.toml
1 parent ed6530c commit ba39078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description = "HAL for the E310x family of microcontrollers."
88
keywords = ["riscv", "e310", "hal"]
99
license = "ISC"
1010
edition = "2018"
11+
rust-version = "1.59"
1112

1213
[dependencies]
1314
embedded-hal = { version = "0.2.6", features = ["unproven"] }

0 commit comments

Comments
 (0)