Skip to content

Commit

Permalink
Update minimum rust-version listed (bytecodealliance#6872)
Browse files Browse the repository at this point in the history
Previously 1.66.0 was listed, but as pointed out in bytecodealliance#6870 we now rely on
1.71.0
  • Loading branch information
alexcrichton authored and eduardomourar committed Aug 22, 2023
1 parent 39c2299 commit b998ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ exclude = [
version = "13.0.0"
authors = ["The Wasmtime Project Developers"]
edition = "2021"
rust-version = "1.66.0"
rust-version = "1.71.0"

[workspace.dependencies]
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=13.0.0" }
Expand Down

0 comments on commit b998ac6

Please sign in to comment.