refactor: fix lifetime annotations in draft.rs

ci: add cargo retry settings
This commit is contained in:
vffuunnyy
2025-08-16 15:31:30 +07:00
parent e26f500ad0
commit bec1b95ad3
6 changed files with 16 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ on:
jobs:
rustfmt:
runs-on: ubuntu-latest
env:
CARGO_NET_RETRY: "5"
CARGO_HTTP_CHECK_REVOKE: "false"
steps:
- uses: actions/checkout@v4