-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: import iroh_base::ticket::BlobTicket and iroh_base::hash
## 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
1 parent
29f0591
commit f9d3ae1
Showing
27 changed files
with
1,015 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
@@ -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] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
||
|
@@ -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 |
Oops, something went wrong.