Skip to content

Commit

Permalink
chore: upgrade nightly toolchain for query-engine-wasm
Browse files Browse the repository at this point in the history
It's pretty old at this point and we need a newer one to migrate to Rust
2024 after the stable toolchain is updated to 1.85.0.

An alternative is to use the stable toolchain for the wasm build
(#5167).
  • Loading branch information
aqrln committed Feb 21, 2025
1 parent 9e2c44c commit eb7ed7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions query-engine/query-engine-wasm/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[toolchain]
channel = "nightly-2024-11-20"
channel = "nightly-2025-02-14"
components = ["clippy", "rustfmt", "rust-src"]
targets = [
"wasm32-unknown-unknown",
]
targets = ["wasm32-unknown-unknown"]

0 comments on commit eb7ed7b

Please sign in to comment.