Skip to content

Commit

Permalink
rusk: use only tokio major version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Jul 23, 2024
1 parent 37b52dd commit fe153fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "rusk"
path = "src/bin/main.rs"

[dependencies]
tokio = { version = "1.15", features = ["rt-multi-thread", "fs", "macros"] }
tokio = { version = "1", features = ["rt-multi-thread", "fs", "macros"] }
futures-util = "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3.0", features = [
Expand Down

0 comments on commit fe153fd

Please sign in to comment.