Skip to content

Commit

Permalink
prepping for release
Browse files Browse the repository at this point in the history
patching `portmapper` and `netwatch` deps
  • Loading branch information
“ramfox” committed Jan 14, 2025
1 parent 4e2641d commit abc5064
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 14 deletions.
37 changes: 27 additions & 10 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)", "cfg(iroh_l

[workspace.lints.clippy]
unused-async = "warn"

[patch.crates-io]
portmapper = { git = "https://github.com/n0-computer/net-tools.git", branch = "main" }
netwatch = { git = "https://github.com/n0-computer/net-tools.git", branch = "main" }
2 changes: 1 addition & 1 deletion iroh-net-report/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures-buffered = "0.2.8"
futures-lite = "2.3"
hickory-resolver = "=0.25.0-alpha.4"
iroh-base = { version = "0.30.0", path = "../iroh-base", default-features = false, features = ["relay"] }
iroh-metrics = { version = "0.30.0", default-features = false }
iroh-metrics = { version = "0.31", default-features = false }
iroh-relay = { version = "0.30", path = "../iroh-relay" }
netwatch = { version = "0.2.0" }
portmapper = { version = "0.3.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion iroh-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ http-body-util = "0.1.0"
hyper = { version = "1", features = ["server", "client", "http1"] }
hyper-util = "0.1.1"
iroh-base = { version = "0.30.0", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
iroh-metrics = { version = "0.30.0", default-features = false }
iroh-metrics = { version = "0.31", default-features = false }
num_enum = "0.7"
pin-project = "1"
postcard = { version = "1", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ z32 = "1.0.3"
net-report = { package = "iroh-net-report", path = "../iroh-net-report", version = "0.30", default-features = false }

# metrics
iroh-metrics = { version = "0.30", default-features = false }
iroh-metrics = { version = "0.31", default-features = false }

# local-swarm-discovery
swarm-discovery = { version = "0.3.0-alpha.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion iroh/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.22"
bytes = "1.7"
hdrhistogram = { version = "7.2", default-features = false }
iroh = { path = ".." }
iroh-metrics = "0.30"
iroh-metrics = "0.31"
quinn = { package = "iroh-quinn", version = "0.12" }
rcgen = "0.13"
rustls = { version = "0.23", default-features = false, features = ["ring"] }
Expand Down

0 comments on commit abc5064

Please sign in to comment.