diff --git a/Cargo.toml b/Cargo.toml index f1e2188..c5d7fae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.9.0" +version = "0.10.0" authors = ["Srinath Setty "] edition = "2021" description = "Recursive zkSNARKs without trusted setup" @@ -47,4 +47,4 @@ name = "compressed-snark" harness = false [features] -default = [ "bellperson/default", "neptune/default" ] \ No newline at end of file +default = [ "bellperson/default", "neptune/default" ]