Skip to content

Commit

Permalink
refactor: break dep cycle in cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 11, 2023
1 parent 385ae67 commit 6edeab5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iroh-gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ genawaiter = { version = "0.99.1", default-features = false, features = ["future

[dev-dependencies]
clap = { version = "4", features = ["derive"] }
iroh-test = { version = "0.6.0", path = "../iroh-test" }
iroh-test = { path = "../iroh-test" }
rand_chacha = "0.3.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
url = "2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion iroh-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ proptest = "1.2.0"
rand_chacha = "0.3.1"
tokio = { version = "1", features = ["io-util", "sync", "rt", "net", "fs", "macros", "time", "test-util"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
iroh-test = { version = "0.6.0", path = "../iroh-test" }
iroh-test = { path = "../iroh-test" }

[[bench]]
name = "key"
Expand Down
2 changes: 1 addition & 1 deletion iroh-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ futures = { version = "0.3", optional = true }
lru = "0.11.1"

[dev-dependencies]
iroh-test = { version = "0.6.0", path = "../iroh-test" }
iroh-test = { path = "../iroh-test" }
rand_chacha = "0.3.1"
tokio = { version = "1", features = ["sync", "macros"] }
tempfile = "3.4"
Expand Down
2 changes: 1 addition & 1 deletion iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ anyhow = { version = "1", features = ["backtrace"] }
bytes = "1"
duct = "0.13.6"
genawaiter = { version = "0.99", features = ["futures03"] }
iroh-test = { version = "0.6.0", path = "../iroh-test" }
iroh-test = { path = "../iroh-test" }
nix = "0.26.2"
proptest = "1.2.0"
regex = { version = "1.7.1", features = ["std"] }
Expand Down

0 comments on commit 6edeab5

Please sign in to comment.