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"]}