Skip to content

Commit 5642caa

Browse files
committed
Fix compilation
1 parent 4d3e9a3 commit 5642caa

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
@@ -93,7 +93,7 @@ rand_seeder = "0.2"
9393
tuple-map = "0.4.0"
9494

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

0 commit comments

Comments
 (0)