Skip to content

Commit

Permalink
Update rust version for regression (version = most recent nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaj committed May 22, 2024
1 parent 50a7f63 commit 41ace80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: "nightly-2022-04-21"
toolchain: "nightly"
override: true
#components: rustfmt, clippy

Expand Down

0 comments on commit 41ace80

Please sign in to comment.