Skip to content

Commit 712269b

Browse files
author
Conor Okus
committed
Downgrade Tokio version
1 parent 4c397b6 commit 712269b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bitcoind-rpc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bech32 = { version = "0.8.1" }
1919
hex = { version = "0.4.3" }
2020

2121
serde_json = { version = "1.0.73" }
22-
tokio = { version = "1.15.0", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
22+
tokio = { version = "1.14.0", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
2323

2424
[profile.release]
2525
panic = "abort"

0 commit comments

Comments
 (0)