Skip to content

Commit d29537d

Browse files
authored
refactor: Remove iroh-blobs and use crates.io dependency (#2829)
## Description Use iroh-blobs from https://github.com/n0-computer/iroh-blobs ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent 3e17210 commit d29537d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+12
-18438
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
# uses: obi1kenobi/cargo-semver-checks-action@v2
191191
uses: n0-computer/cargo-semver-checks-action@feat-baseline
192192
with:
193-
package: iroh, iroh-base, iroh-blobs, iroh-cli, iroh-dns-server, iroh-metrics, iroh-net, iroh-net-bench
193+
package: iroh, iroh-base, iroh-cli, iroh-dns-server, iroh-metrics, iroh-net, iroh-net-bench
194194
baseline-rev: ${{ env.HEAD_COMMIT_SHA }}
195195
use-cache: false
196196

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
RUSTFLAGS: -Dwarnings
2424
RUSTDOCFLAGS: -Dwarnings
2525
SCCACHE_CACHE_SIZE: "50G"
26-
CRATES_LIST: "iroh,iroh-blobs,iroh-metrics,iroh-net,iroh-net-bench,iroh-test,iroh-cli,iroh-dns-server"
26+
CRATES_LIST: "iroh,iroh-metrics,iroh-net,iroh-net-bench,iroh-test,iroh-cli,iroh-dns-server"
2727
IROH_FORCE_STAGING_RELAYS: "1"
2828

2929
jobs:

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[workspace]
22
members = [
33
"iroh",
4-
"iroh-blobs",
54
"iroh-base",
65
"iroh-dns-server",
76
"iroh-metrics",
@@ -28,7 +27,6 @@ opt-level = 3
2827
panic = 'abort'
2928
incremental = false
3029

31-
3230
[workspace.lints.rust]
3331
missing_debug_implementations = "warn"
3432

@@ -49,6 +47,5 @@ unused-async = "warn"
4947
[patch.crates-io]
5048
iroh-base = { path = "./iroh-base" }
5149
iroh-net = { path = "./iroh-net" }
52-
iroh-blobs = { path = "./iroh-blobs" }
5350
iroh-metrics = { path = "./iroh-metrics" }
5451
iroh-test = { path = "./iroh-test" }

iroh-blobs/Cargo.toml

Lines changed: 0 additions & 89 deletions
This file was deleted.

iroh-blobs/README.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)