Skip to content

Commit 2891f36

Browse files
committed
Bump MSRV to 1.80
This commit updates the minimum Rust version required to compile Wasmtime to 1.80.0 from the previous 1.78.0.
1 parent 2f684ba commit 2891f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ authors = ["The Wasmtime Project Developers"]
165165
edition = "2021"
166166
# Wasmtime's current policy is that this number can be no larger than the
167167
# current stable release of Rust minus 2.
168-
rust-version = "1.78.0"
168+
rust-version = "1.80.0"
169169

170170
[workspace.lints.rust]
171171
# Turn on some lints which are otherwise allow-by-default in rustc.

0 commit comments

Comments
 (0)