Skip to content

Commit

Permalink
update to released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 4, 2024
1 parent 43cbf6b commit cc530ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ futures-buffered = "0.2.4"
futures-lite = "2.3.0"
futures-util = { version = "0.3.25" }
hex = "0.4"
iroh-blobs = { version = "0.28.0", optional = true, features = ["downloader"] }
iroh-blobs = { version = "0.29.0", optional = true, features = ["downloader"] }
iroh-gossip = { version = "0.29.0", optional = true }
iroh-metrics = { version = "0.29.0", default-features = false }
iroh = { version = "0.29", optional = true }
Expand Down Expand Up @@ -105,6 +105,3 @@ rpc = [
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "iroh_docsrs"]

[patch.crates-io]
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "iroh-v0-29-0" }
6 changes: 1 addition & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,4 @@ ignore = [
]

[sources]
allow-git = [
"https://github.com/n0-computer/iroh.git",
"https://github.com/n0-computer/iroh-blobs.git",
"https://github.com/n0-computer/iroh-gossip.git",
]
allow-git = []
3 changes: 1 addition & 2 deletions tests/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ use futures_lite::Stream;
use futures_util::{FutureExt, StreamExt, TryStreamExt};
use iroh::{
key::{PublicKey, SecretKey},
RelayMode,
AddrInfoOptions, RelayMode,
};
use iroh_base::node_addr::AddrInfoOptions;
use iroh_blobs::Hash;
use iroh_docs::{
rpc::client::docs::{Doc, Entry, LiveEvent, ShareMode},
Expand Down

0 comments on commit cc530ae

Please sign in to comment.