From 8c3c0e0d03ce0f558d28f750da33458f640e7204 Mon Sep 17 00:00:00 2001 From: Weikeng Chen Date: Fri, 5 Apr 2024 16:04:38 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f760411c4..f5b359f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,6 +98,3 @@ lto = "thin" incremental = true debug-assertions = true debug = true - -[patch.crates-io] -ark-std = { git = "https://github.com/arkworks-rs/std/" }