Skip to content

Commit

Permalink
chore: update wasm toolchain (#4887)
Browse files Browse the repository at this point in the history
WASM engine nightly toolchain version was older than the stable
toolchain we use to build everything else. This commit updates the
nightly toolchain to the latest one, and updates the `ahash@0.7.6`
dependency to `ahash@0.7.8` to fix compatibility with nightlies newer
than 1.77.
  • Loading branch information
aqrln committed May 27, 2024
1 parent 793f7fb commit 009080f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion query-engine/query-engine-wasm/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-01-25"
channel = "nightly-2024-05-25"
components = ["clippy", "rustfmt", "rust-src"]
targets = [
"wasm32-unknown-unknown",
Expand Down

0 comments on commit 009080f

Please sign in to comment.