Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Jan 6, 2025
2 parents e44fb71 + 06d539a commit 72ddcde
Show file tree
Hide file tree
Showing 3 changed files with 800 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- uses: Swatinem/rust-cache@v2.7.1

- name: Use latest versions of dependencies
if: matrix.version != '1.61.0'
run: |
cargo update --verbose
- name: Rustfmt check
if: matrix.version == '1.61.0'
run: |
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target
Cargo.lock
.idea
*.iml
Loading

0 comments on commit 72ddcde

Please sign in to comment.