Skip to content

Commit

Permalink
[fix] hyperledger-iroha#2137: Update unique_port dependency spec
Browse files Browse the repository at this point in the history
Signed-off-by: Ales Tsurko <[email protected]>
  • Loading branch information
ales-tsurko committed Jun 24, 2022
1 parent 0077800 commit c3da32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ once_cell = "1.8.0"
rand = "0.8"
tempfile = "3"
tokio = { version = "1.6.0", features = ["rt", "rt-multi-thread", "macros"]}
unique_port = { version = "0.2.1", git = "https://github.com/ales-tsurko/iroha2-unique_port", rev = "09e95bb3608626c995b8e7e51c64ba7486c88948" }
unique_port = "0.2.1"

[dev-dependencies]
async-trait = "0.1"

0 comments on commit c3da32e

Please sign in to comment.