Skip to content

Commit

Permalink
Fix argument parsing and update deps (#114)
Browse files Browse the repository at this point in the history
- Fix argument parsing
- Bump dependencies
- Change to Blue Oak license
- Add caching to CI

Resolves #110
  • Loading branch information
lhvy committed Apr 11, 2023
1 parent 5c532ae commit 547e518
Show file tree
Hide file tree
Showing 13 changed files with 489 additions and 412 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
profile: minimal
components: clippy

- name: Load Rust/Cargo cache
uses: Swatinem/rust-cache@v2

- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit 547e518

Please sign in to comment.