Skip to content

Commit d8c1ac5

Browse files
authored
fix(deps): Fix minimal versions (#87)
## Description Fixes #86 ## Breaking Changes n/a ## Notes & open questions n/a ## Change checklist - [x] Self-review.
1 parent 9af33c3 commit d8c1ac5

3 files changed

Lines changed: 58 additions & 49 deletions

File tree

.github/workflows/beta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
uses: n0-computer/discord-webhook-notify@v1
3636
if: ${{ env.TESTS_RESULT == 'failure' }}
3737
with:
38+
text: "Beta tests in **${ github.repository }** failed:"
3839
severity: error
3940
details: |
4041
Rustc beta tests failed in **${{ github.repository }}**
41-
See https://github.com/n0-computer/${{ github.repository }}/actions/workflows/beta.yaml
42+
See https://github.com/${{ github.repository }}/actions/workflows/beta.yaml
4243
webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}

Cargo.lock

Lines changed: 55 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portmapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ netwatch = { version = "0.13.0", path = "../netwatch" }
2828
n0-error = "0.1.2"
2929
num_enum = "0.7"
3030
rand = "0.9"
31-
serde = { version = "1", features = ["derive", "rc"] }
31+
serde = { version = "1.0.185", features = ["derive", "rc"] }
3232
smallvec = "1.11.1"
3333
socket2 = "0.6"
3434
time = "0.3.20"

0 commit comments

Comments
 (0)