Skip to content

Commit

Permalink
Set tokio to v1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Sep 6, 2023
1 parent 9839d4f commit d06510b
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 @@ -21,7 +21,7 @@ rust-version = "1.64.0"
[workspace.dependencies]
once_cell = "1.18"
thiserror = "1.0"
tokio = { version = "1", default-features = false }
tokio = { version = "1.32", default-features = false }
tracing = { version = "0.1", default-features = false }
tracing-subscriber = "0.3"
uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "cae8edc45ba5b56bfcbf35b60c1ab6a97d1bf9da" }
Expand Down

0 comments on commit d06510b

Please sign in to comment.