chore: resolve merge conflicts with main (v0.96)#84
Merged
Frando merged 3 commits inton0-computer:Frando/wasmfrom Feb 24, 2026
Merged
chore: resolve merge conflicts with main (v0.96)#84Frando merged 3 commits inton0-computer:Frando/wasmfrom
Frando merged 3 commits inton0-computer:Frando/wasmfrom
Conversation
## Description Also upgrades: - iroh-quinn - iroh-blobs - iroh-gossip - irpc
- Update dependency versions to 0.96 era, keep default-features=false - Drop iroh-blobs git dep, use released v0.98 - Use IntoAddressLookup API (renamed from IntoDiscovery in 0.96) - Keep main's docs-rs CI approach - Regenerate Cargo.lock
Member
|
Thanks! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves merge conflicts so #75 can merge cleanly into current main (v0.96).
Changes
default-features = falseiroh-blobsgit dep (wasm time fixes are in released v0.98)IntoAddressLookupAPI (renamed fromIntoDiscoveryin 0.96)cargo docs-rsCI approachCargo.lockVerified
cargo build --target wasm32-unknown-unknown --no-default-features— builds successfullywasm-tools print --skeleton— noimport "env"leakscargo test --lib— all 69 native unit tests passcargo clippy(wasm target) — no warnings