Skip to content

Commit 09d19b9

Browse files
committed
reduce required rust version to 1.82.0
1 parent f027dac commit 09d19b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ authors = ["The Wasmtime Project Developers"]
174174
edition = "2021"
175175
# Wasmtime's current policy is that this number can be no larger than the
176176
# current stable release of Rust minus 2.
177-
rust-version = "1.84.0"
177+
rust-version = "1.82.0"
178178

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

0 commit comments

Comments
 (0)