We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c397b6 commit 712269bCopy full SHA for 712269b
examples/bitcoind-rpc-client/Cargo.toml
@@ -19,7 +19,7 @@ bech32 = { version = "0.8.1" }
19
hex = { version = "0.4.3" }
20
21
serde_json = { version = "1.0.73" }
22
-tokio = { version = "1.15.0", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
+tokio = { version = "1.14.0", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
23
24
[profile.release]
25
panic = "abort"
0 commit comments