Skip to content

Commit 6ca935d

Browse files
committed
Fix compilation
1 parent 30202fa commit 6ca935d

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
@@ -96,7 +96,7 @@ tuple-map = "0.4.0"
9696
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" ] }
99-
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }
99+
tokio = { version = "1.37", features = ["macros"] }
100100

101101
[features]
102102
# Put zstd behind a feature, cargo always re-compile it without touching the files

0 commit comments

Comments
 (0)