Skip to content

Commit

Permalink
chore: update rust and wasm-bindgen (#4867)
Browse files Browse the repository at this point in the history
* nix: update flake

* deps: update wasm-bindgen to 0.2.92

* ci: update wasm-bindgen binary to 0.2.92

* Revert "Revert rust 1.78 update (#4865)"

This reverts commit 6eec160.
  • Loading branch information
aqrln authored May 13, 2024
1 parent 6eec160 commit 079da82
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/include/rust-wasm-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
shell: bash
run: |
cargo binstall -y \
wasm-bindgen-cli@0.2.89 \
wasm-bindgen-cli@0.2.92 \
wasm-opt@0.116.0
- name: Install bc
Expand Down
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ serde_repr = { version = "0.1.17" }
serde-wasm-bindgen = { version = "0.5" }
tracing = { version = "0.1" }
tsify = { version = "0.4.5" }
wasm-bindgen = { version = "0.2.89" }
wasm-bindgen = { version = "0.2.92" }
wasm-bindgen-futures = { version = "0.4" }
wasm-rs-dbg = { version = "0.1.2" }
wasm-bindgen-test = { version = "0.3.0" }
Expand Down
36 changes: 18 additions & 18 deletions flake.lock

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

3 changes: 1 addition & 2 deletions query-engine/driver-adapters/src/types.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// `clippy::empty_docs` is required because of the `tsify` crate.
// TODO: uncomment after rust 1.78 update
#![allow(unused_imports/*, clippy::empty_docs*/)]
#![allow(unused_imports, clippy::empty_docs)]

use std::str::FromStr;

Expand Down
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.77.0"
channel = "1.78.0"
components = ["clippy", "rustfmt", "rust-src"]
targets = [
# WASM target for serverless and edge environments.
Expand Down

0 comments on commit 079da82

Please sign in to comment.