Skip to content

Commit

Permalink
fix: Use compatible versions across inter-dependant crates (#671)
Browse files Browse the repository at this point in the history
- fix: Use compatible types across inter-dependant crates
- fix: Clippy
  • Loading branch information
morgsmccauley authored Apr 18, 2024
1 parent 492d95c commit bf0c121
Show file tree
Hide file tree
Showing 13 changed files with 475 additions and 553 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coordinator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
override: true
profile: minimal
components: rustfmt
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
override: true
profile: minimal
components: clippy
Expand Down
Loading

0 comments on commit bf0c121

Please sign in to comment.