Skip to content

Commit

Permalink
Bump wasm-bindgen to 0.2.98 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 authored Sep 21, 2024
1 parent 7d377a3 commit c7b416e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy demo
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: [ "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -39,6 +39,8 @@ jobs:
tool: just

- uses: jetli/wasm-bindgen-action@v0.2.0
with:
version: 0.2.93

- run: |
just web-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: jetli/wasm-bindgen-action@v0.2.0
with:
version: 0.2.92
version: 0.2.93

- run: just clippy-wasm

Expand Down
21 changes: 11 additions & 10 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = [
"crates/*"
"crates/*"
]
resolver = "2"

Expand Down Expand Up @@ -29,12 +29,12 @@ convert_case = "0.6.0"
criterion = "0.5.1"
dhat = "0.3.2" # for heap profiling
eframe = { version = "0.27.2", default-features = false, features = [
"accesskit",
"default_fonts",
"persistence",
"wgpu",
"wayland",
"x11",
"accesskit",
"default_fonts",
"persistence",
"wgpu",
"wayland",
"x11",
] }
egui = "0.27.2"
env_logger = "0.10.0"
Expand Down Expand Up @@ -75,7 +75,7 @@ time = "0.3.20"
tracing-subscriber = "0.3.16"
usvg = "0.42.0"
voronoice = "0.2.0"
wasm-bindgen = "0.2.92" # sync with CI!!
wasm-bindgen = "0.2.93" # sync with CI!!
wasm-bindgen-futures = "0.4.42"
web-time = "0.2" # sync with egui-winit
web-sys = "0.3.64"
Expand Down

0 comments on commit c7b416e

Please sign in to comment.