Skip to content

Commit 1e167ff

Browse files
committed
chore(wasm): Unpin parking_lot_core
1 parent e4715c9 commit 1e167ff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bindings/wasm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Unpin `parking_lot_core`.
8+
59
## [0.8.1] - 2022-07-21
610

711
### Fixed

bindings/wasm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ serde = { version = "1.0", features = ["derive"] }
2929
wee_alloc = "0.4"
3030
serde_derive = "1"
3131
serde_json = "1"
32-
parking_lot_core = "=0.8.0"
3332

3433
[dev-dependencies]
3534
wasm-bindgen-test = "0.3.0"

0 commit comments

Comments
 (0)