Skip to content

Commit

Permalink
feat: import iroh_base::ticket::BlobTicket and iroh_base::hash
Browse files Browse the repository at this point in the history
## Description

As `iroh_base::hash` and `iroh_base::ticket::BlobtTicket` are mainly `iroh-blobs` concerns they are moved into here.

This also updates to the latest `iroh@main` so 
- `AddrInfoOptions` has been removed
- MSRV is bumped to `1.81`

## Breaking Changes

- `addr_options` on the cli is removed from the `share` call
  • Loading branch information
dignifiedquire authored Dec 12, 2024
1 parent 29f0591 commit f9d3ae1
Show file tree
Hide file tree
Showing 27 changed files with 1,015 additions and 267 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings
MSRV: "1.76"
MSRV: "1.81"
SCCACHE_CACHE_SIZE: "50G"
IROH_FORCE_STAGING_RELAYS: "1"

Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-05-02
toolchain: nightly-2024-11-30
- name: Install sccache
uses: mozilla-actions/[email protected]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-05-02
toolchain: nightly-2024-11-30
- name: Install sccache
uses: mozilla-actions/[email protected]

Expand Down Expand Up @@ -68,6 +68,6 @@ jobs:
comment-id: ${{ steps.fc.outputs.comment-id }}
body: |
Documentation for this PR has been generated and is available at: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ env.PREVIEW_PATH }}/iroh_blobs/
Last updated: ${{ env.TIMESTAMP }}
edit-mode: replace
Loading

0 comments on commit f9d3ae1

Please sign in to comment.