Skip to content

Commit cbd1dc3

Browse files
committed
fix: bump parking lot to 0.12 in order to not create wasm export
1 parent 1bc78c3 commit cbd1dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy_static = "1.1.0"
2727
serde = { version = "1", optional = true }
2828
phf_shared = "0.10"
2929
new_debug_unreachable = "1.0.2"
30-
parking_lot = "0.11"
30+
parking_lot = "0.12"
3131

3232
[[test]]
3333
name = "small-stack"

0 commit comments

Comments
 (0)