Skip to content

Commit aa55ced

Browse files
authored
Require wasm-bindgen >=0.2.88 to work around rust-lang/rust/issues/71871 (#118)
1 parent 4e046b6 commit aa55ced

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Diff for: Cargo.lock

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ clap = { version = "4.5.8", features = ["derive"] }
1414
config = "0.14.0"
1515
serde = { version = "1.0.203", features = ["derive"] }
1616
wallabag-api = "0.4.3"
17+
wasm-bindgen = ">=0.2.88" # https://github.com/rust-lang/rust/issues/71871

0 commit comments

Comments
 (0)