Skip to content

Commit d77c60b

Browse files
feat(netwatch)!: add scope_id and flags to Ipv6Net addresses (#133)
- updates to netdev@0.42 which makes `Ipv6AddrFlags` available - fixes a bug I introduced before, where sorting ipv6 addrs, we would loose `scope_ids` sorting
1 parent ee78667 commit d77c60b

4 files changed

Lines changed: 208 additions & 135 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
- name: Install wasm-bindgen-test-runner
171171
# Match the version of wasm-bindgen used in Cargo.lock
172-
run: cargo binstall wasm-bindgen-cli@0.2.117 --locked --no-confirm
172+
run: cargo binstall wasm-bindgen-cli@0.2.118 --locked --no-confirm
173173

174174
- name: Install wasm-tools
175175
uses: bytecodealliance/actions/wasm-tools/setup@v1

0 commit comments

Comments
 (0)