Skip to content

Commit

Permalink
Relax dependencies + remove Cargo.lock (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Pratyush Mishra <[email protected]>
  • Loading branch information
Dzejkop and Pratyush authored Oct 25, 2024
1 parent 89b1327 commit 7f80002
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5,981 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.75.0
override: true

# Install for Anvil
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.75.0
override: true
components: rustfmt, clippy
- name: cargo fmt
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
Cargo.lock
Loading

0 comments on commit 7f80002

Please sign in to comment.