Skip to content

Commit

Permalink
Merge pull request #22 from husni-zuhdi/feat-patch-idna-security-issue
Browse files Browse the repository at this point in the history
Feat patch idna security issue
  • Loading branch information
husni-zuhdi authored Dec 21, 2024
2 parents 8a03108 + d3791a2 commit 7b6b535
Show file tree
Hide file tree
Showing 4 changed files with 603 additions and 355 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-push-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build_push:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ env:

jobs:
unit_test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.74.1
toolchain: 1.81.0
- name: Run Unit Test
run: cargo test -- --nocapture --test-threads=1

Loading

0 comments on commit 7b6b535

Please sign in to comment.