Skip to content

Commit 547e518

Browse files
committed
Fix argument parsing and update deps (#114)
- Fix argument parsing - Bump dependencies - Change to Blue Oak license - Add caching to CI Resolves #110
1 parent 5c532ae commit 547e518

File tree

13 files changed

+489
-412
lines changed

13 files changed

+489
-412
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
profile: minimal
3535
components: clippy
3636

37+
- name: Load Rust/Cargo cache
38+
uses: Swatinem/rust-cache@v2
39+
3740
- name: Build
3841
uses: actions-rs/cargo@v1
3942
with:

0 commit comments

Comments
 (0)