Skip to content

Commit

Permalink
unpinned tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed Oct 8, 2024
1 parent 9f14dba commit 8bfb728
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 @@ -31,7 +31,7 @@ nym-bin-common = { git = "https://github.com/nymtech/nym", branch = "master" }
nym-sphinx-anonymous-replies = { git = "https://github.com/nymtech/nym", branch = "master" }

# Miscellaneous
tokio = { version = "=1.37.0", features = ["full"] } # { version = "1.38", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] } # { version = "1.38", features = ["full"] }
tonic = "0.10.2" # "0.12"
http = "0.2.4" # "1.1"
thiserror = "1.0.59" # "1.0"
Expand Down

0 comments on commit 8bfb728

Please sign in to comment.