From 9a89ea8adc8a4beb3c9a4e6dfa6fbe66d0e3392a Mon Sep 17 00:00:00 2001 From: Marcin Date: Tue, 12 Apr 2022 00:17:18 +0200 Subject: [PATCH] Pull ark-std from latest master (#100) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 69f4835..1a082be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,3 +64,4 @@ ark-ff = { git = "https://github.com/arkworks-rs/algebra" } ark-serialize = { git = "https://github.com/arkworks-rs/algebra" } ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra" } ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std" } +ark-std = { git = "https://github.com/arkworks-rs/std" }