Skip to content

Commit 3a6e19a

Browse files
committed
chore: Release
1 parent 45a56e2 commit 3a6e19a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iroh-blobs/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-blobs"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "blob and collection transfer support for iroh"
@@ -27,10 +27,10 @@ futures-lite = "2.3"
2727
genawaiter = { version = "0.99.1", features = ["futures03"] }
2828
hashlink = { version = "0.9.0", optional = true }
2929
hex = "0.4.3"
30-
iroh-base = { version = "0.25.0", features = ["redb"], path = "../iroh-base" }
30+
iroh-base = { version = "0.26.0", features = ["redb"], path = "../iroh-base" }
3131
iroh-io = { version = "0.6.0", features = ["stats"] }
32-
iroh-metrics = { version = "0.25.0", path = "../iroh-metrics", default-features = false }
33-
iroh-net = { version = "0.25.0", path = "../iroh-net" }
32+
iroh-metrics = { version = "0.26.0", path = "../iroh-metrics", default-features = false }
33+
iroh-net = { version = "0.26.0", path = "../iroh-net" }
3434
num_cpus = "1.15.0"
3535
oneshot = "0.1.8"
3636
parking_lot = { version = "0.12.1", optional = true }

0 commit comments

Comments
 (0)