Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 18, 2023
1 parent 564d9c2 commit cc01495
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion iroh-bytes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-bytes"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
readme = "README.md"
description = "blob and collection transfer support for iroh"
Expand Down
4 changes: 2 additions & 2 deletions iroh-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-metrics"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
readme = "README.md"
description = "metrics for iroh"
Expand All @@ -26,4 +26,4 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[features]
default = ["metrics"]
metrics = ["prometheus-client"]
metrics = ["prometheus-client"]
4 changes: 2 additions & 2 deletions iroh-net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-net"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
readme = "README.md"
description = "networking support for iroh"
Expand Down Expand Up @@ -74,7 +74,7 @@ toml = { version = "0.7.3", optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }

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

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
netlink-packet-route = "0.17.0"
Expand Down
8 changes: 4 additions & 4 deletions iroh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
readme = "README.md"
description = "Bytes. Distributed."
Expand All @@ -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 = { 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 }
iroh-net = { version = "0.5.0", path = "../iroh-net" }
iroh-bytes = { version = "0.5.0", path = "../iroh-bytes" }
iroh-metrics = { version = "0.5.0", 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 cc01495

Please sign in to comment.