Skip to content

Commit

Permalink
chore(deps): update rust version
Browse files Browse the repository at this point in the history
Update to latest stable release of Rust, this is required to build
wasmtime's latest release.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Jan 25, 2023
1 parent 6299e33 commit a6f9968
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.65.0"
channel = "1.66.0"
components = ["rustfmt", "clippy"]
targets = ["wasm32-wasi"]

Expand Down

0 comments on commit a6f9968

Please sign in to comment.