Skip to content

Commit 583ea62

Browse files
authored
Merge pull request #5 from scroll-tech/chore/bump-p3
Chore: bump up plonky3 dependencies
2 parents bb53982 + 8a5f5a1 commit 583ea62

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ clap = { version = "4.5", features = ["derive"] }
3939
criterion = { version = "0.5", features = ["html_reports"] }
4040
either = { version = "1.15.*", features = ["serde"] }
4141
itertools = "0.13"
42-
p3-baby-bear = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
43-
p3-challenger = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
44-
p3-commit = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
45-
p3-dft = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
46-
p3-field = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
47-
p3-fri = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
48-
p3-goldilocks = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
49-
p3-matrix = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
50-
p3-maybe-rayon = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
51-
p3-mds = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
52-
p3-merkle-tree = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
53-
p3-poseidon = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
54-
p3-poseidon2 = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
55-
p3-symmetric = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
56-
p3-util = { git = "https://github.com/Plonky3/plonky3", rev = "1ba4e5c" }
42+
p3-baby-bear = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
43+
p3-challenger = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
44+
p3-commit = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
45+
p3-dft = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
46+
p3-field = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
47+
p3-fri = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
48+
p3-goldilocks = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
49+
p3-matrix = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
50+
p3-maybe-rayon = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
51+
p3-mds = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
52+
p3-merkle-tree = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
53+
p3-poseidon = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
54+
p3-poseidon2 = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
55+
p3-symmetric = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
56+
p3-util = { git = "https://github.com/Plonky3/plonky3", rev = "539bbc8" }
5757
rand = "0.8"
5858
rand_chacha = { version = "0.3", features = ["serde1"] }
5959
rand_core = "0.6"

0 commit comments

Comments
 (0)