Skip to content

Commit d6c8ddd

Browse files
authored
Update rust-version reqs to reflect reality (#1580)
With use of the now-stabilized #[expect] attribute, the upstairs and downstairs crates require at least Rust 1.81.
1 parent 2cfc7e0 commit d6c8ddd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

downstairs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
authors = ["Joshua M. Clulow <jmc@oxide.computer>", "Alan Hanson <alan@oxide.computer"]
55
license = "MPL-2.0"
66
edition = "2021"
7-
rust-version = "1.70"
7+
rust-version = "1.81"
88

99
[dependencies]
1010
anyhow.workspace = true

upstairs/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.1"
44
authors = ["Joshua M. Clulow <jmc@oxide.computer>", "Alan Hanson <alan@oxide.computer"]
55
license = "MPL-2.0"
66
edition = "2021"
7+
rust-version = "1.81"
78

89
[lib]
910
name = "crucible"

0 commit comments

Comments
 (0)