Skip to content

Commit f77acd5

Browse files
committed
mctp-estack: Mark rust-version as 1.82
The MSRV isn't guaranteed stable, may be bumped as needed. Signed-off-by: Matt Johnston <[email protected]>
1 parent 0c881ef commit f77acd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mctp-estack/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/CodeConstruct/mctp-rs"
88
categories = ["network-programming", "embedded", "hardware-support", "no-std"]
9+
rust-version = "1.82"
910

1011
[dependencies]
1112
mctp = { path = "../mctp", default-features = false }

0 commit comments

Comments
 (0)