Skip to content

Commit

Permalink
Merge pull request #191 from rylev/update-rust-version
Browse files Browse the repository at this point in the history
Require Rust version 1.79 or above
  • Loading branch information
Mossaka authored Sep 23, 2024
2 parents aed25ea + 1449054 commit 6f91629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.78.0"
channel = "1.79.0"
components = ["clippy", "rustfmt"]
targets = ["wasm32-wasi", "wasm32-unknown-unknown"]
profile = "default"

0 comments on commit 6f91629

Please sign in to comment.