Skip to content

Commit a85fede

Browse files
committed
Bump tokio version to 1.37
.. as we use `Clone` for `tokio::sync::watch::Sender`, which was only introduced with 1.37.
1 parent fc44f3c commit a85fede

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
@@ -64,7 +64,7 @@ bip39 = "2.0.0"
6464

6565
rand = "0.8.5"
6666
chrono = { version = "0.4", default-features = false, features = ["clock"] }
67-
tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
67+
tokio = { version = "1.37", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
6868
esplora-client = { version = "0.6", default-features = false }
6969
libc = "0.2"
7070
uniffi = { version = "0.26.0", features = ["build"], optional = true }

0 commit comments

Comments
 (0)