Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump CI rust to 1.75
Browse files Browse the repository at this point in the history
ordian committed Nov 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ee55b75 commit cbc9d79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.75.0
override: true

- name: Rust Cache
@@ -144,7 +144,6 @@ jobs:
command: test
args: --workspace --exclude kvdb-rocksdb


fmt:
name: Rustfmt
runs-on: ubuntu-latest

0 comments on commit cbc9d79

Please sign in to comment.