Skip to content

Commit

Permalink
remove testing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Dec 11, 2024
1 parent a609e99 commit 1941ae1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ hyper = "1"
hyper-util = "0.1.10"
image = { version = "0.25.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", rev = "1f23174", default-features = false, features = ["net"] }
# iroh = { version = "0.29", default-features = false }
# iroh-base = { version = "0.29", features = ["base32"] }
iroh = { git = "https://github.com/n0-computer/iroh", rev = "8dfbc35d", default-features = false }
iroh-base = { git = "https://github.com/n0-computer/iroh", rev = "8dfbc35d", features = ["base32"] }
kamadak-exif = "0.6.1"
Expand Down Expand Up @@ -124,9 +122,7 @@ pretty_assertions = "1.4.1"
proptest = { version = "1", default-features = false, features = ["std"] }
tempfile = { workspace = true }
testdir = "0.9.0"
testresult = "0.4.1"
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
tracing-subscriber.workspace = true

[workspace]
members = [
Expand Down Expand Up @@ -208,9 +204,6 @@ vendored = [
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }

# [patch.crates-io]
# iroh-net-report = { path = "../iroh/iroh-net-report" }

[patch.crates-io]
iroh-base = { git = "https://github.com/n0-computer/iroh", rev = "8dfbc35d" }
iroh = { git = "https://github.com/n0-computer/iroh", rev = "8dfbc35d" }

0 comments on commit 1941ae1

Please sign in to comment.