Skip to content

Commit

Permalink
chore: use version numbers for iroh deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 18, 2023
1 parent e2f55b1 commit acf2d16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions iroh-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ derive_more = { package = "derive_more_preview", version = "0.1.0", features = [
ed25519-dalek = { version = "=2.0.0-rc.3", features = ["serde", "rand_core"] }
flume = "0.10.14"
futures = "0.3.25"
governor = "0.6.0"
hex = "0.4.3"
hostname = "0.3.1"
http = "0.2.9"
hyper = { version = "0.14.25", features = ["server", "client", "http1", "tcp"] }
governor = "0.6.0"
igd = { version = "0.12.1", features = ["aio"] }
libc = "0.2.139"
num_enum = "0.6.1"
once_cell = "1.17.0"
os_info = "3.6.0"
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
Expand Down Expand Up @@ -73,8 +74,7 @@ toml = { version = "0.7.3", optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }

# metrics
iroh-metrics = { path = "../iroh-metrics", optional = true }
num_enum = "0.6.1"
iroh-metrics = { version = "0.4.1", path = "../iroh-metrics", optional = true }

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
netlink-packet-route = "0.17.0"
Expand Down
6 changes: 3 additions & 3 deletions iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ flume = "0.10.14"
futures = "0.3.25"
hex = { version = "0.4.3" }
iroh-io = { version = "0.2.1" }
iroh-net = { path = "../iroh-net" }
iroh-bytes = { path = "../iroh-bytes" }
iroh-metrics = { path = "../iroh-metrics", optional = true }
iroh-net = { version = "0.4.1", path = "../iroh-net" }
iroh-bytes = { version = "0.4.1", path = "../iroh-bytes" }
iroh-metrics = { version = "0.4.1", path = "../iroh-metrics", optional = true }
num_cpus = { version = "1.15.0" }
portable-atomic = "1"
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
Expand Down

0 comments on commit acf2d16

Please sign in to comment.