Skip to content

Commit

Permalink
Bump cargo bench nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed Feb 11, 2024
1 parent 5cfc42a commit b48f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run example tests
run: cargo test --verbose --examples
- name: Build benches
run: cargo +nightly-2023-02-16 bench --verbose --features=bench --no-run
run: cargo +nightly-2024-01-16 bench --verbose --features=bench --no-run
- name: Build examples
run: cargo build --examples --verbose --features=serde,library

Expand Down

0 comments on commit b48f3df

Please sign in to comment.