From 5831ddbfe7e9d855c40eccd1d6c90c46a94e4bd0 Mon Sep 17 00:00:00 2001 From: mmagician Date: Wed, 28 Dec 2022 12:20:40 +0100 Subject: [PATCH] remove patches from release branch --- Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7474eac..dd5bdda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,11 +62,3 @@ lto = "thin" incremental = true debug-assertions = true debug = true - -[patch.crates-io] -ark-ff = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" } -ark-ec = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" } -ark-poly = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" } -ark-serialize = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" } -ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" } -ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/", branch = "release-0.4" } \ No newline at end of file