Skip to content

Commit

Permalink
fix: merge with main (#1035)
Browse files Browse the repository at this point in the history
Co-authored-by: dancoombs <dan.coombs@alchemy.com>
Co-authored-by: Alex <36385732+alex-miao@users.noreply.github.com>
Co-authored-by: Alex Miao <alex.miao@alchemy.com>
  • Loading branch information
4 people authored Feb 25, 2025
1 parent 197d8f3 commit de53764
Show file tree
Hide file tree
Showing 34 changed files with 81 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.83.0
toolchain: 1.85.0
- name: Install toolchain (nightly)
run: rustup toolchain add nightly --component rustfmt --profile minimal
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.83.0
toolchain: 1.85.0

- name: Install toolchain (nightly)
run: rustup toolchain add nightly --component rustfmt --profile minimal
Expand Down
Loading

0 comments on commit de53764

Please sign in to comment.