Skip to content

Commit

Permalink
Set min tokio version to v1.37
Browse files Browse the repository at this point in the history
Previous versions not implement `Clone` for `sync::watch` channel.

Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Oct 25, 2024
1 parent 5bf8b7d commit 1905f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nwc = { version = "0.35", path = "./crates/nwc", default-features = false }
once_cell = { version = "1.20", default-features = false }
serde_json = { version = "1.0", default-features = false }
thiserror = "1.0"
tokio = { version = "1", default-features = false }
tokio = { version = ">=1.37", default-features = false }
tracing = { version = "0.1", default-features = false }
tracing-subscriber = "0.3"
uniffi = "=0.28.0" # v0.28.1 causes issues when checking MSRV
Expand Down

0 comments on commit 1905f01

Please sign in to comment.