Skip to content

Commit

Permalink
⬆️ Bump wasm-bindgen.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Oct 23, 2024
1 parent ea96f56 commit 3e81fd2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ console_log = "^1"
gloo = "^0.11"
js-sys = "^0.3"
log = "^0.4"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "^0.4"
wasm-logger = "^0.2"

Expand Down
2 changes: 1 addition & 1 deletion packages/boot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ strum = { version = "^0.26", features = ["derive"] }
console_log = "^1"
js-sys = "^0.3"
log = "^0.4"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "^0.4"
wasm-logger = "^0.2"
url = "^2"
Expand Down
2 changes: 1 addition & 1 deletion packages/components-container/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ console_log = "^1"
gloo = "^0.11"
js-sys = "^0.3"
log = "^0.4"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "^0.4"
wasm-logger = "^0.2"

Expand Down
2 changes: 1 addition & 1 deletion packages/components-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ strum = { version = "^0.26", features = ["derive"] }
console_log = "^1"
js-sys = "^0.3"
log = "^0.4"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "^0.4"
wasm-logger = "^0.2"

Expand Down
2 changes: 1 addition & 1 deletion packages/components-form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ console_log = "^1"
gloo = "^0.11"
js-sys = "^0.3"
log = "^0.4"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "^0.4"
wasm-logger = "^0.2"

Expand Down
2 changes: 1 addition & 1 deletion packages/components-navigation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ strum = { version = "^0.26", features = ["derive"] }
console_log = "^1"
js-sys = "^0.3"
log = "^0.4"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "^0.4"
wasm-logger = "^0.2"

Expand Down
2 changes: 1 addition & 1 deletion packages/components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ strum = { version = "^0.26", features = ["derive"] }
console_log = "^1"
js-sys = "^0.3"
log = "^0.4"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "^0.4"
wasm-logger = "^0.2"

Expand Down
2 changes: 1 addition & 1 deletion packages/macro-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ console_log = "^1"
gloo = "^0.11"
js-sys = "^0.3"
log = "^0.4"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "^0.4"
wasm-logger = "^0.2"
url = "^2"
Expand Down

0 comments on commit 3e81fd2

Please sign in to comment.