Skip to content

Commit 743e698

Browse files
committed
Fix compilation
1 parent 3df3c7b commit 743e698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rand_seeder = "0.2"
9090
tuple-map = "0.4.0"
9191

9292
[target.'cfg(target_family = "wasm")'.dev-dependencies]
93-
wasm-bindgen = "0.2.92"
93+
wasm-bindgen = "=0.2.92"
9494
wasm-bindgen-test = "0.3"
9595
web-sys = { version = "0.3", features = ["Blob", "DedicatedWorkerGlobalScope", "MessageEvent", "Url", "Worker", "WorkerType", "WorkerOptions", "console", "Window", "Performance" ] }
9696

0 commit comments

Comments
 (0)