Skip to content

Commit

Permalink
Update rust wasm bindgen tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jul 6, 2023
1 parent 915c3ba commit 9dcca74
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
target: wasm32-unknown-unknown
- uses: jetli/wasm-bindgen-action@v0.1.0
with:
version: 'latest'
version: '0.2.87'
- run: rustup target add wasm32-unknown-unknown
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
Expand Down
45 changes: 28 additions & 17 deletions packages/diffhtml-rust-parser/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 packages/diffhtml-rust-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]

[dependencies]
tl = { version = "0.7.7", features = ["simd"] }
wasm-bindgen = { version = "0.2.84", features = [] }
wasm-bindgen = { version = "0.2.87", features = [] }
serde = { version = "1.0", features = ["derive"] }
js-sys = "0.3.60"

Expand Down
11 changes: 0 additions & 11 deletions packages/diffhtml-static-sync/package-lock.json

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

0 comments on commit 9dcca74

Please sign in to comment.