Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox committed Sep 16, 2024
1 parent cf05227 commit 7e3f028
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-docs"
version = "0.24.0"
version = "0.25.0"
edition = "2021"
readme = "README.md"
description = "Iroh sync"
Expand All @@ -25,11 +25,11 @@ futures-buffered = "0.2.4"
futures-lite = "2.3.0"
futures-util = { version = "0.3.25" }
hex = "0.4"
iroh-base = { version = "0.24.0", path = "../iroh-base" }
iroh-blobs = { version = "0.24.0", path = "../iroh-blobs", optional = true, features = ["downloader"] }
iroh-gossip = { version = "0.24.0", path = "../iroh-gossip", optional = true }
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics", default-features = false }
iroh-net = { version = "0.24.0", optional = true, path = "../iroh-net" }
iroh-base = { version = "0.25.0", path = "../iroh-base" }
iroh-blobs = { version = "0.25.0", path = "../iroh-blobs", optional = true, features = ["downloader"] }
iroh-gossip = { version = "0.25.0", path = "../iroh-gossip", optional = true }
iroh-metrics = { version = "0.25.0", path = "../iroh-metrics", default-features = false }
iroh-net = { version = "0.25.0", optional = true, path = "../iroh-net" }
lru = "0.12"
num_enum = "0.7"
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
Expand Down

0 comments on commit 7e3f028

Please sign in to comment.