From cbd1dc3b7f2085a93945e29c000723d232aec61b Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 14 Feb 2022 11:18:26 -0500 Subject: [PATCH] fix: bump parking lot to 0.12 in order to not create wasm export --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ba5095..5d94040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1.1.0" serde = { version = "1", optional = true } phf_shared = "0.10" new_debug_unreachable = "1.0.2" -parking_lot = "0.11" +parking_lot = "0.12" [[test]] name = "small-stack"