Skip to content

Commit

Permalink
Unpin wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Dec 1, 2023
1 parent b6c6532 commit 38d631d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 crates/bitwarden-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ console_log = { version = "1.0.0", features = ["color"] }
js-sys = "0.3.63"
log = "0.4.20"
serde = { version = "1.0.193", features = ["derive"] }
wasm-bindgen = { version = "=0.2.87", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.89", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.36"

bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] }
Expand Down

0 comments on commit 38d631d

Please sign in to comment.