Skip to content

Commit 712f20a

Browse files
committed
Fix compilation
1 parent ac08411 commit 712f20a

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

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

0 commit comments

Comments
 (0)