Skip to content

Commit

Permalink
fix(0.1.1): set wasm-bindgen version to 0.2.90
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton committed Mar 3, 2025
1 parent 3b76d74 commit bf0e5c7
Show file tree
Hide file tree
Showing 15 changed files with 621 additions and 6 deletions.
2 changes: 1 addition & 1 deletion freecodecamp.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"port": 8080,
"client": {
"landing": {
Expand Down
123 changes: 123 additions & 0 deletions project-euler-problems-1-to-100/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 project-euler-problems-1-to-100/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
wasm-bindgen = "0.2.90"
wasm-bindgen = "=0.2.90"
123 changes: 123 additions & 0 deletions project-euler-problems-101-to-200/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 project-euler-problems-101-to-200/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
wasm-bindgen = "0.2.84"
wasm-bindgen = "=0.2.90"
123 changes: 123 additions & 0 deletions project-euler-problems-201-to-300/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 project-euler-problems-201-to-300/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
wasm-bindgen = "0.2.84"
wasm-bindgen = "=0.2.90"
Loading

0 comments on commit bf0e5c7

Please sign in to comment.