Skip to content

Commit ab8aaf9

Browse files
committed
Update
1 parent 6580e65 commit ab8aaf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Add wasm32 target
4343
run: rustup target add wasm32-unknown-unknown
4444
- name: Install wasm-bindgen CLI
45-
run: cargo install wasm-bindgen-cli -f --version 0.2.99
45+
run: cargo install wasm-bindgen-cli -f --version 0.2.100
4646
- name: Build demo
4747
run: cargo build -p mxmlextrema_as3parser_demo --release --target wasm32-unknown-unknown
4848
- name: Update demo/dist

demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mxmlextrema-as3parser = { path = "../crates/parser", version = "1" }
1111
maplit = "1.0.2"
1212
serde = { version = "1.0.192", features = ["rc", "derive"] }
1313
serde_json = "1.0.108"
14-
wasm-bindgen = "0.2.99"
14+
wasm-bindgen = "=0.2.100"
1515

1616
[dependencies.web-sys]
1717
version = "0.3.4"

0 commit comments

Comments
 (0)