Skip to content

Commit 15cf666

Browse files
authored
fix to older version of spongefish (#204)
1 parent 1a839ae commit 15cf666

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ serde = { version = "1.0", features = ["derive"] }
4646
serde_json = "1.0"
4747
spongefish = { git = "https://github.com/arkworks-rs/spongefish", features = [
4848
"arkworks-algebra",
49-
] }
50-
spongefish-pow = { git = "https://github.com/arkworks-rs/spongefish" }
49+
], rev = "ecb4f08373ed930175585c856517efdb1851fb47"}
50+
spongefish-pow = { git = "https://github.com/arkworks-rs/spongefish" , rev = "ecb4f08373ed930175585c856517efdb1851fb47" }
5151
rayon = { version = "1.10.0", optional = true }
5252
thiserror = "2.0"
5353
itertools = "0.14"

0 commit comments

Comments
 (0)