Skip to content

Commit 667ec3e

Browse files
github-actions[bot]github-actions
andauthored
chore: Release (#568)
Co-authored-by: github-actions <[email protected]>
1 parent f57b882 commit 667ec3e

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

bench-templates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-algebra-bench-templates"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks contributors" ]
55
description = "A benchmark library for finite fields and elliptic curves"
66
homepage = "https://arkworks.rs"

ec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-ec"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks contributors" ]
55
description = "A library for elliptic curves and pairings"
66
homepage = "https://arkworks.rs"

ff-asm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-ff-asm"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks contributors" ]
55
description = "A library for generating x86-64 assembly for finite field multiplication"
66
homepage = "https://arkworks.rs"

ff-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-ff-macros"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks contributors" ]
55
description = "A library for generating x86-64 assembly for finite field multiplication"
66
homepage = "https://arkworks.rs"

ff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-ff"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks contributors" ]
55
description = "A library for finite fields"
66
homepage = "https://arkworks.rs"

poly/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-poly"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks contributors" ]
55
description = "A library for efficient polynomial arithmetic via FFTs over finite fields"
66
homepage = "https://arkworks.rs"
@@ -49,4 +49,4 @@ harness = false
4949
[[bench]]
5050
name = "sparse_multilinear"
5151
path = "benches/sparse_multilinear.rs"
52-
harness = false
52+
harness = false

serialize-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-serialize-derive"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks Contributors" ]
55
description = "A library for deriving serialization traits for the arkworks ecosystem"
66
homepage = "https://arkworks.rs"

serialize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-serialize"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks contributors" ]
55
description = "A library for serializing types in the arkworks ecosystem"
66
homepage = "https://arkworks.rs"

test-curves/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-test-curves"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks contributors" ]
55
description = "A library for testing ark-ec & ark-poly"
66
homepage = "https://arkworks.rs"

test-templates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-algebra-test-templates"
3-
version = "0.4.0-alpha.6"
3+
version = "0.4.0-alpha.7"
44
authors = [ "arkworks contributors" ]
55
description = "A library for tests for finite fields, elliptic curves, and pairings"
66
homepage = "https://arkworks.rs"

0 commit comments

Comments
 (0)