Skip to content

Commit

Permalink
Merge pull request #10 from fevral13/dependency-upgrades
Browse files Browse the repository at this point in the history
chore: updated dependency versions
  • Loading branch information
fevral13 authored Feb 16, 2024
2 parents 6627aeb + 1f6bc99 commit 3ffc383
Show file tree
Hide file tree
Showing 5 changed files with 686 additions and 393 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install exact rust compiler
run: rustup toolchain install 1.71 && rustup default 1.71
run: rustup toolchain install 1.76 && rustup default 1.76
- name: Run tests
run: cargo test --verbose
Loading

0 comments on commit 3ffc383

Please sign in to comment.