Skip to content

Commit

Permalink
Merge pull request #81 from wagenet/update-toolchain-and-deps
Browse files Browse the repository at this point in the history
Update toolchain and some deps
  • Loading branch information
NullVoxPopuli authored Oct 17, 2024
2 parents 0a8ffc7 + d8e7458 commit 46eb095
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Build the package:
- `npm install`
- `npm run build`

which will output your wasm package in `./pkg`
which will output your wasm package in `./pkg`

## Running against a local copy of SWC

Expand Down
78 changes: 59 additions & 19 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde-wasm-bindgen = "0.4"

wasm-bindgen = "0.2.63"
wasm-bindgen = "0.2.95"
js-sys = "0.3.64"

[dev-dependencies]
Expand Down
36 changes: 31 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.2",
"chai": "^4.3.7",
"code-equality-assertions": "github:mansona/code-equality-assertions#add-chai-build",
"code-equality-assertions": "1.0.1",
"concurrently": "^8.2.2",
"eslint": "^8.44.0",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-03-20
nightly-2024-10-15

0 comments on commit 46eb095

Please sign in to comment.