Skip to content

Commit eb7ed7b

Browse files
committed
chore: upgrade nightly toolchain for query-engine-wasm
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).
1 parent 9e2c44c commit eb7ed7b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2024-11-20"
2+
channel = "nightly-2025-02-14"
33
components = ["clippy", "rustfmt", "rust-src"]
4-
targets = [
5-
"wasm32-unknown-unknown",
6-
]
4+
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)