Skip to content

Commit

Permalink
ci: update rust to version 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Danieroner committed Mar 12, 2024
1 parent 1da8bb7 commit 4861748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: 1.64.0
rust-version: 1.75.0

- name: Build
run: cargo build -v --release
run: cargo build --verbose --release

- name: Test
run: cargo test -v --release
run: cargo test --verbose --release --features async

0 comments on commit 4861748

Please sign in to comment.