Skip to content

Commit

Permalink
Merge pull request #55 from lu-zero/update-clap
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes authored Dec 21, 2023
2 parents 767b83d + a100f90 commit 992e55b
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 178 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.65.0
- 1.70.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
matrix:
rust:
- stable
- 1.65.0
- 1.70.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.envrc
*.log
*.pcap
.DS_Store
Loading

0 comments on commit 992e55b

Please sign in to comment.