Skip to content

Commit

Permalink
Update rust-version reqs to reflect reality (#1580)
Browse files Browse the repository at this point in the history
With use of the now-stabilized #[expect] attribute, the upstairs and
downstairs crates require at least Rust 1.81.
  • Loading branch information
pfmooney authored Nov 29, 2024
1 parent 2cfc7e0 commit d6c8ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion downstairs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["Joshua M. Clulow <[email protected]>", "Alan Hanson <[email protected]"]
license = "MPL-2.0"
edition = "2021"
rust-version = "1.70"
rust-version = "1.81"

[dependencies]
anyhow.workspace = true
Expand Down
1 change: 1 addition & 0 deletions upstairs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.0.1"
authors = ["Joshua M. Clulow <[email protected]>", "Alan Hanson <[email protected]"]
license = "MPL-2.0"
edition = "2021"
rust-version = "1.81"

[lib]
name = "crucible"
Expand Down

0 comments on commit d6c8ddd

Please sign in to comment.