Skip to content

Commit

Permalink
chore: curve25519-dalek, plonky2, clippy (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Mar 5, 2024
1 parent 27b5a92 commit e28bd66
Show file tree
Hide file tree
Showing 35 changed files with 105 additions and 141 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: nightly-2024-01-25
# toolchain: nightly-2024-02-22
# override: true

# - name: rust-cache
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
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 e28bd66

Please sign in to comment.