Skip to content

Commit

Permalink
chore: Move back to stable rust
Browse files Browse the repository at this point in the history
After #217 landed, we no longer need to pin
Rust to 1.66. Even though we use `cargo-wasi` for tests, it shouldn't be a
problem since the builds are not optimized, so `wasm-opt` never gets invoked.
  • Loading branch information
saulecabrera committed Jan 31, 2023
1 parent 8c2bf76 commit 98a21f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[toolchain]
# FIXME
# https://github.com/Shopify/javy/issues/218
channel = "1.66.0"
channel = "stable"
components = ["clippy", "rustfmt"]
targets = ["wasm32-wasi"]
profile = "default"

0 comments on commit 98a21f0

Please sign in to comment.