We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbd907 commit 0d4f063Copy full SHA for 0d4f063
.github/workflows/rust.yml
@@ -44,8 +44,8 @@ jobs:
44
~/.cargo/git/db/
45
target/
46
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
47
-# - name: Set up Rust nightly
48
-# run: rustup default nightly-2023-01-03
+ - name: Set up Rust nightly
+ run: rustup default nightly-2023-01-03
49
- name: Install dependencies
50
run: rustup component add clippy rustfmt
51
- name: Restore cached circuits
0 commit comments