Skip to content

Commit

Permalink
feat: dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-abel committed Apr 14, 2024
1 parent 1aa9ff6 commit d6e29da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Update dependencies
run: cargo update --verbose

- name: Build
run: cargo build --verbose

Expand Down

0 comments on commit d6e29da

Please sign in to comment.