Skip to content

Commit

Permalink
feat: use stable plonky2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Nov 25, 2024
1 parent 270ea4d commit a767eae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
12 changes: 4 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Distributed Lab"]
keywords = ["crypto", "no-std", "blockchain", "cryptography"]

[dependencies]
plonky2 = "0.2.2"
plonky2 = { git = "https://github.com/distributed-lab/plonky2", branch = "stable"}
snafu = "0.8.5"

[dev-dependencies]
Expand Down
1 change: 0 additions & 1 deletion rust-toolchain

This file was deleted.

0 comments on commit a767eae

Please sign in to comment.