Skip to content

Commit 406a94b

Browse files
authored
Merge pull request #39 from n0-computer/content-discovery-0.2.0
chore: Release content-discovery and content-discovery-cli 0.2.0
2 parents ed49bc8 + 339c1f1 commit 406a94b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content-discovery/Cargo.lock

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

content-discovery/iroh-content-discovery-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-content-discovery-cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Content discovery for iroh, using a simple tracker protocol"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
[dependencies]
1111
iroh = { workspace = true }
1212
iroh-blobs = { workspace = true }
13-
iroh-content-discovery = { path = "../iroh-content-discovery", version = "0.1.0" }
13+
iroh-content-discovery = { path = "../iroh-content-discovery", version = "0.2.0" }
1414
anyhow = { workspace = true, features = ["backtrace"] }
1515
futures = { version = "0.3.25" }
1616
clap = { version = "4", features = ["derive"] }

content-discovery/iroh-content-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-content-discovery"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Content discovery for iroh, using a simple tracker protocol"
66
license = "MIT OR Apache-2.0"

content-discovery/iroh-content-tracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-content-tracker"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Content tracker for iroh, using a simple tracker protocol"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)