Skip to content

Commit e64b0c5

Browse files
authoredDec 2, 2024··
Merge pull request #1 from n0-computer/feat-iroh-0-29
feat(portmapper): update to iroh-metrics@0.29.0
2 parents 0ab5f50 + 8ea3eeb commit e64b0c5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
 

‎.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# uses: obi1kenobi/cargo-semver-checks-action@v2
174174
uses: n0-computer/cargo-semver-checks-action@feat-baseline
175175
with:
176-
package: iroh-gossip
176+
package: portmapper, netwatch
177177
baseline-rev: ${{ env.HEAD_COMMIT_SHA }}
178178
use-cache: false
179179

@@ -276,4 +276,4 @@ jobs:
276276
steps:
277277
- uses: actions/checkout@v4
278278
- run: pip install --user codespell[toml]
279-
- run: codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md
279+
- run: codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md

‎Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎portmapper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ derive_more = { version = "1.0.0", features = ["debug", "display", "from", "try_
2020
futures-lite = "2.5"
2121
futures-util = "0.3.25"
2222
igd-next = { version = "0.15.1", features = ["aio_tokio"] }
23-
iroh-metrics = { version = "0.28.0", default-features = false }
23+
iroh-metrics = { version = "0.29", default-features = false }
2424
libc = "0.2.139"
2525
netwatch = { version = "0.2.0", path = "../netwatch" }
2626
num_enum = "0.7"

0 commit comments

Comments
 (0)
Please sign in to comment.