Skip to content

Commit 99b6d02

Browse files
fix(deps): update rust crate wasm-bindgen to v0.2.102
1 parent 3914da2 commit 99b6d02

File tree

10 files changed

+115
-60
lines changed

10 files changed

+115
-60
lines changed

project-euler-problems-1-to-100/Cargo.lock

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project-euler-problems-1-to-100/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ edition = "2021"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
wasm-bindgen = "=0.2.90"
12+
wasm-bindgen = "=0.2.102"

project-euler-problems-101-to-200/Cargo.lock

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project-euler-problems-101-to-200/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ edition = "2021"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
wasm-bindgen = "=0.2.90"
12+
wasm-bindgen = "=0.2.102"

project-euler-problems-201-to-300/Cargo.lock

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project-euler-problems-201-to-300/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ edition = "2021"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
wasm-bindgen = "=0.2.90"
12+
wasm-bindgen = "=0.2.102"

project-euler-problems-301-to-400/Cargo.lock

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project-euler-problems-301-to-400/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ edition = "2021"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
wasm-bindgen = "=0.2.90"
12+
wasm-bindgen = "=0.2.102"

0 commit comments

Comments
 (0)