Skip to content

Commit

Permalink
Unpin wasm-bindgen (#373)
Browse files Browse the repository at this point in the history
## Type of change
```
- [ ] Bug fix
- [ ] New feature development
- [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other
```

## Objective
wasm-bindgen was pinned because version 0.2.88 had some accidental
backwards incompatible breaking changes. Those are fixed in 0.2.89 so we
can remove the pin now
  • Loading branch information
dani-garcia authored Dec 1, 2023
1 parent e219efa commit 12fa28a
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 12fa28a

Please sign in to comment.