Skip to content

Commit

Permalink
Merge pull request #19 from telf-dev/main
Browse files Browse the repository at this point in the history
Moved install to async client, added download tracker
  • Loading branch information
Joeyh021 authored Sep 1, 2023
2 parents d0e61a3 + 48bbc51 commit 2b3e121
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 400 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shared-key: ci-build

- name: Check that lockfile is up to date
run: cargo update --locked
run: cargo update #--locked
- name: Check code builds without warnings
run: cargo check --verbose --workspace

Expand Down
Loading

0 comments on commit 2b3e121

Please sign in to comment.