diff --git a/bench-templates/Cargo.toml b/bench-templates/Cargo.toml index a149624ea..f962588db 100644 --- a/bench-templates/Cargo.toml +++ b/bench-templates/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-algebra-bench-templates" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks contributors" ] description = "A benchmark library for finite fields and elliptic curves" homepage = "https://arkworks.rs" diff --git a/ec/Cargo.toml b/ec/Cargo.toml index 849e33a46..d87fb9966 100644 --- a/ec/Cargo.toml +++ b/ec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ec" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks contributors" ] description = "A library for elliptic curves and pairings" homepage = "https://arkworks.rs" diff --git a/ff-asm/Cargo.toml b/ff-asm/Cargo.toml index 504f29fdc..ec82e0a03 100644 --- a/ff-asm/Cargo.toml +++ b/ff-asm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ff-asm" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks contributors" ] description = "A library for generating x86-64 assembly for finite field multiplication" homepage = "https://arkworks.rs" diff --git a/ff-macros/Cargo.toml b/ff-macros/Cargo.toml index 240962f91..82a254682 100644 --- a/ff-macros/Cargo.toml +++ b/ff-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ff-macros" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks contributors" ] description = "A library for generating x86-64 assembly for finite field multiplication" homepage = "https://arkworks.rs" diff --git a/ff/Cargo.toml b/ff/Cargo.toml index 61dfae485..c00fc37d1 100644 --- a/ff/Cargo.toml +++ b/ff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-ff" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks contributors" ] description = "A library for finite fields" homepage = "https://arkworks.rs" diff --git a/poly/Cargo.toml b/poly/Cargo.toml index 972b05608..105c12343 100644 --- a/poly/Cargo.toml +++ b/poly/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-poly" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks contributors" ] description = "A library for efficient polynomial arithmetic via FFTs over finite fields" homepage = "https://arkworks.rs" @@ -49,4 +49,4 @@ harness = false [[bench]] name = "sparse_multilinear" path = "benches/sparse_multilinear.rs" -harness = false \ No newline at end of file +harness = false diff --git a/serialize-derive/Cargo.toml b/serialize-derive/Cargo.toml index b918f714d..ca9a7d290 100644 --- a/serialize-derive/Cargo.toml +++ b/serialize-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-serialize-derive" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks Contributors" ] description = "A library for deriving serialization traits for the arkworks ecosystem" homepage = "https://arkworks.rs" diff --git a/serialize/Cargo.toml b/serialize/Cargo.toml index febb79875..2b26d0bd4 100644 --- a/serialize/Cargo.toml +++ b/serialize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-serialize" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks contributors" ] description = "A library for serializing types in the arkworks ecosystem" homepage = "https://arkworks.rs" diff --git a/test-curves/Cargo.toml b/test-curves/Cargo.toml index 19563155e..97b788c71 100644 --- a/test-curves/Cargo.toml +++ b/test-curves/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-test-curves" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks contributors" ] description = "A library for testing ark-ec & ark-poly" homepage = "https://arkworks.rs" diff --git a/test-templates/Cargo.toml b/test-templates/Cargo.toml index 2c49a716d..235a04707 100644 --- a/test-templates/Cargo.toml +++ b/test-templates/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ark-algebra-test-templates" -version = "0.4.0-alpha.6" +version = "0.4.0-alpha.7" authors = [ "arkworks contributors" ] description = "A library for tests for finite fields, elliptic curves, and pairings" homepage = "https://arkworks.rs"