Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
fix(iroh): use local dep to avoid recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 21, 2022
1 parent 31cd781 commit 7a11aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ which.workspace = true
# mode. trycmd needs to have an actual binary to invoke.
# Unfortunately this also turns on the feature during development, which may be
# confusing. See the comments in `run.rs` surrounding this.
iroh = { workspace = true, features = ["testing"] }
iroh = { path = "./", features = ["testing"] } # THIS MUST NOT BE workspace
iroh-api = { workspace = true, features = ["testing"] }
trycmd.workspace = true

0 comments on commit 7a11aa8

Please sign in to comment.