Skip to content

Commit 6f91629

Browse files
authored
Merge pull request #191 from rylev/update-rust-version
Require Rust version 1.79 or above
2 parents aed25ea + 1449054 commit 6f91629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.78.0"
2+
channel = "1.79.0"
33
components = ["clippy", "rustfmt"]
44
targets = ["wasm32-wasi", "wasm32-unknown-unknown"]
55
profile = "default"

0 commit comments

Comments
 (0)