Skip to content

Commit 43b1911

Browse files
committed
chore: bump p3 and other dependencies
1 parent 0e99522 commit 43b1911

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ rust-version = "1.88"
1111
[dependencies]
1212
serde = { version = "1.0", features = ["derive"] }
1313
bincode = { version = "2.0.1", features = ["serde"] }
14-
p3-air = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
15-
p3-goldilocks = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
16-
p3-challenger = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
17-
p3-commit = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
18-
p3-dft = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
19-
p3-field = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
20-
p3-fri = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
21-
p3-keccak = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
22-
p3-matrix = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
23-
p3-maybe-rayon = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
24-
p3-merkle-tree = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
25-
p3-symmetric = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
26-
p3-util = { git = "https://github.com/Plonky3/Plonky3", rev = "dc7d0ba3a2289f13fcd039efbbb07323b5169887" }
14+
p3-air = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
15+
p3-goldilocks = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
16+
p3-challenger = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
17+
p3-commit = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
18+
p3-dft = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
19+
p3-field = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
20+
p3-fri = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
21+
p3-keccak = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
22+
p3-matrix = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
23+
p3-maybe-rayon = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
24+
p3-merkle-tree = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
25+
p3-symmetric = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
26+
p3-util = { git = "https://github.com/Plonky3/Plonky3", rev = "fd18b9c54a78f3e558a27c23aeaa391750598efa" }
2727

2828
[features]
2929
parallel = ["p3-maybe-rayon/parallel"]

0 commit comments

Comments
 (0)