Skip to content

Commit

Permalink
The relative-path dependency only is needed in the testing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
faassen committed Oct 12, 2022
1 parent bfa3c71 commit 54659e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/n0-computer/iroh"
description = "Command line interface for interacting with iroh."

[features]
testing = []
testing = ["dep:relative-path"]

[dependencies]
anyhow = "1.0"
Expand All @@ -21,7 +21,7 @@ tonic = "0.8"
git-version = "0.3.5"
iroh-metrics = { path = "../iroh-metrics", default-features = false, features = ["rpc-grpc"] }
iroh-api = { path = "../iroh-api"}
relative-path = "1.7.2"
relative-path = { version = "1.7.2", optional = true }

[dev-dependencies]
trycmd = "0.13.7"
Expand Down

0 comments on commit 54659e6

Please sign in to comment.