Skip to content

Commit

Permalink
Remove leftover additions in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Mar 1, 2021
1 parent 1d16e98 commit 120f300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions testing/jormungandr-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ edition = "2018"
tonic = "0.4"
bech32 = "0.7"
prost = "0.7"
tokio-stream = { version = "*", features = ["io-util"]}
tokio = { version = "1.1", features = ["macros", "time", "process", "rt-multi-thread"] }
tokio = { version = "1.1", features = ["macros", "time"] }
futures = "0.3.8"
base64 = "0.13"
hex = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
tonic = "0.4"
prost = "0.7"
tokio = { version = "1.1", features = ["macros","rt","rt-multi-thread", "process"] }
tokio = { version = "1.1", features = ["macros","rt","rt-multi-thread"] }
tokio-stream = "0.1"
futures = "0.3.8"
base64 = "0.13"
Expand Down

0 comments on commit 120f300

Please sign in to comment.