From 242b53ee6d79c8650cf2c378743452af35143277 Mon Sep 17 00:00:00 2001 From: Thomas Chataigner Date: Tue, 20 Feb 2024 17:21:49 +0100 Subject: [PATCH] refactor(chunk-pattern): remove patch --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab40248..f0e4cc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,4 @@ inherits = "dev" opt-level = 3 lto = "thin" incremental = false -codegen-units = 16 - -[patch.crates-io] -pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" } +codegen-units = 16 \ No newline at end of file