Skip to content

Commit 7e5fc0a

Browse files
update to released version
1 parent be3cee5 commit 7e5fc0a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ genawaiter = { version = "0.99.1", features = ["futures03"] }
4040
hashlink = { version = "0.9.0", optional = true }
4141
hex = "0.4.3"
4242
indicatif = { version = "0.17.8", optional = true }
43-
iroh-base = { version = "0.29.0" }
43+
iroh-base = { version = "0.30" }
4444
iroh-io = { version = "0.6.0", features = ["stats"] }
4545
iroh-metrics = { version = "0.30.0", default-features = false }
46-
iroh = "0.29.0"
46+
iroh = "0.30"
4747
nested_enum_utils = { version = "0.1.0", optional = true }
4848
num_cpus = "1.15.0"
4949
oneshot = "0.1.8"
@@ -80,8 +80,8 @@ console = { version = "0.15.8", optional = true }
8080

8181
[dev-dependencies]
8282
http-body = "1.0"
83-
iroh-test = { version = "0.29" }
84-
iroh = { version = "0.29", features = ["test-utils"] }
83+
iroh-test = { version = "0.30" }
84+
iroh = { version = "0.30", features = ["test-utils"] }
8585
futures-buffered = "0.2.4"
8686
proptest = "1.0.0"
8787
serde_json = "1.0.107"
@@ -184,7 +184,3 @@ debug-assertions = false
184184
opt-level = 3
185185
panic = 'abort'
186186
incremental = false
187-
188-
[patch.crates-io]
189-
iroh-base = { git = "https://github.com/n0-computer/iroh" }
190-
iroh = { git = "https://github.com/n0-computer/iroh" }

0 commit comments

Comments
 (0)