Skip to content

Commit 3df3c7b

Browse files
committed
Fix compilation
1 parent 8193175 commit 3df3c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ledger/Cargo.toml

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

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

9697
[features]

0 commit comments

Comments
 (0)