Skip to content

Commit

Permalink
chore: move working plonky3 branch to final branch
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Aug 15, 2024
1 parent a081b2e commit 11b8e8d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@ debug = true
debug-assertions = true

[workspace.dependencies]
p3-air = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-field = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-commit = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-matrix = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-baby-bear = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp", features = [
p3-air = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-field = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-commit = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-matrix = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-baby-bear = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1", features = [
"nightly-features",
]}
p3-util = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-challenger = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-dft = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-fri = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-keccak = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-keccak-air = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-blake3 = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-merkle-tree = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-poseidon2 = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-symmetric = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-uni-stark = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-maybe-rayon = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-bn254-fr = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1-new-tmp" }
p3-util = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-challenger = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-dft = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-fri = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-keccak = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-keccak-air = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-blake3 = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-merkle-tree = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-poseidon2 = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-symmetric = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-uni-stark = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-maybe-rayon = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
p3-bn254-fr = { git = "https://github.com/argumentcomputer/Plonky3.git", branch = "sp1" }
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "bfd0fda" }
anstyle = "1.0.8"
anyhow = "1.0.86"
Expand Down

0 comments on commit 11b8e8d

Please sign in to comment.