Skip to content

Commit d1b6d0c

Browse files
committed
fix toml
1 parent 2eb13d3 commit d1b6d0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ ark-ff = { git = "https://github.com/a16z/arkworks-algebra", branch = "dev/twist
127127
ark-ec = { git = "https://github.com/a16z/arkworks-algebra", branch = "dev/twist-shout" }
128128
ark-serialize = { git = "https://github.com/a16z/arkworks-algebra", branch = "dev/twist-shout" }
129129
allocative = { git = "https://github.com/facebookexperimental/allocative", rev = "85b773d85d526d068ce94724ff7a7b81203fc95e" }
130-
dory-pcs = { git = "https://github.com/a16z/dory", branch = "dev/twist-shout" }
131130

132131
[workspace.metadata.cargo-machete]
133132
ignored = ["jolt-sdk"]
@@ -146,7 +145,7 @@ ark-std = { version = "0.5.0", default-features = false }
146145
sha3 = "0.10.8"
147146
blake2 = "0.10"
148147
blake3 = { version = "1.5.0" }
149-
jolt-optimizations = { git = "https://github.com/a16z/jolt-optimizations", branch = "main" }
148+
jolt-optimizations = { git = "https://github.com/a16z/jolt-optimizations", branch = "dev/twist-shout" }
150149
dory = { package = "dory-pcs", version = "0.1.0", features = ["backends", "cache", "disk-persistence"] }
151150

152151
# Core Utilities

0 commit comments

Comments
 (0)