From f9efededfb0a7393ee6d66e64c6fff106ebcd959 Mon Sep 17 00:00:00 2001 From: Nanak Nihal Singh Khalsa Date: Wed, 25 Jan 2023 18:44:33 -0500 Subject: [PATCH] fixed bug in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3a0bb0..ce310fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/arnaucube/babyjubjub-rs" readme = "README.md" [dependencies] -ff = {package="ff_ce" , version= "0.11", features = ["derive"]} +ff = {package="ff_ce", version= "0.11", features = ["derive"]} rand = "0.8" num = "0.4" num-bigint = {version = "0.4", features = ["rand"]}