Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
uses: n0-computer/discord-webhook-notify@v1
if: ${{ env.TESTS_RESULT == 'failure' }}
with:
text: "Beta tests in **${ github.repository }** failed:"
severity: error
details: |
Rustc beta tests failed in **${{ github.repository }}**
See https://github.com/n0-computer/${{ github.repository }}/actions/workflows/beta.yaml
See https://github.com/${{ github.repository }}/actions/workflows/beta.yaml
webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion portmapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ netwatch = { version = "0.13.0", path = "../netwatch" }
n0-error = "0.1.2"
num_enum = "0.7"
rand = "0.9"
serde = { version = "1", features = ["derive", "rc"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
smallvec = "1.11.1"
socket2 = "0.6"
time = "0.3.20"
Expand Down
Loading