Skip to content

Commit a250653

Browse files
committed
Pin tokio version to ~1.14
1 parent 0efbece commit a250653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bitcoincore-rpc = { version = "0.14", optional = true }
4242

4343
# Platform-specific dependencies
4444
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
45-
tokio = { version = "1", features = ["rt"] }
45+
tokio = { version = "~1.14", features = ["rt"] }
4646

4747
[target.'cfg(target_arch = "wasm32")'.dependencies]
4848
async-trait = "0.1"

0 commit comments

Comments
 (0)