Skip to content

Commit

Permalink
chore: curve25519-dalek, plonky2, clippy (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Mar 5, 2024
1 parent 247cc34 commit 955e1bb
Show file tree
Hide file tree
Showing 47 changed files with 222 additions and 295 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/plonky2x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
~/.cargo/git/db/
target/
~/.rustup/
key: test-rust-nightly-2024-01-25-${{ hashFiles('**/Cargo.toml') }}
restore-keys: rust-nightly-2024-01-25-
key: test-rust-nightly-2024-02-22-${{ hashFiles('**/Cargo.toml') }}
restore-keys: rust-nightly-2024-02-22-

- name: Install nightly toolchain
id: rustc-toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-01-25
toolchain: nightly-2024-02-22
override: true

- name: Run cargo test
Expand Down Expand Up @@ -69,15 +69,15 @@ jobs:
~/.cargo/git/db/
target/
~/.rustup/
key: clippy-rust-nightly-2024-01-25-${{ hashFiles('**/Cargo.toml') }}
restore-keys: rust-nightly-2024-01-25-
key: clippy-rust-nightly-2024-02-22-${{ hashFiles('**/Cargo.toml') }}
restore-keys: rust-nightly-2024-02-22-

- name: Install nightly toolchain
id: rustc-toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-01-25
toolchain: nightly-2024-02-22
override: true
components: rustfmt, clippy

Expand Down
Loading

0 comments on commit 955e1bb

Please sign in to comment.