From e7fd43d844cbf8e62f520fd177eea77372a51765 Mon Sep 17 00:00:00 2001 From: mmagician Date: Sun, 14 May 2023 10:56:31 -0600 Subject: [PATCH] patch Cargo.toml with newest algebra master --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0c63a8ca..d7587336 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,3 +70,9 @@ lto = "thin" incremental = true debug-assertions = true debug = true + +[patch.crates-io] +ark-ff = { git = "https://github.com/arkworks-rs/algebra/" } +ark-ec = { git = "https://github.com/arkworks-rs/algebra/" } +ark-poly = { git = "https://github.com/arkworks-rs/algebra/" } +ark-serialize = { git = "https://github.com/arkworks-rs/algebra/" }