Skip to content

Commit eee8e0b

Browse files
committed
Add ark-std to patch
1 parent 103669f commit eee8e0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ark-ff = { git = "https://github.com/arkworks-rs/algebra/" }
3232
ark-ec = { git = "https://github.com/arkworks-rs/algebra/" }
3333
ark-serialize = { git = "https://github.com/arkworks-rs/algebra/" }
3434
ark-poly = { git = "https://github.com/arkworks-rs/algebra/" }
35+
ark-std = { git = "https://github.com/arkworks-rs/std/" }
3536

3637
ark-crypto-primitives = { git = "https://github.com/arkworks-rs/crypto-primitives" }
3738
ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/" }

0 commit comments

Comments
 (0)