Skip to content

Commit

Permalink
Merge pull request #43 from TheBestTvarynka/asn1
Browse files Browse the repository at this point in the history
Asn1 parsing library
  • Loading branch information
TheBestTvarynka authored Dec 20, 2023
2 parents dad5154 + e6c04ad commit 5547002
Show file tree
Hide file tree
Showing 56 changed files with 3,329 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: 'cargo +nightly fmt --all -- --check'

- name: 'Clippy'
run: 'cargo clippy -- -D warnings'
run: 'cargo clippy --all-targets -- -D warnings'

- name: 'Tests'
run: 'cargo test'
Loading

0 comments on commit 5547002

Please sign in to comment.