Skip to content

Commit 57be20e

Browse files
github-actions[bot]github-actions
and
github-actions
authored
chore: Release (arkworks-rs#620)
Co-authored-by: github-actions <[email protected]>
1 parent 4b3d565 commit 57be20e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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.2-alpha.1"
3+
version = "0.4.2"
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.2-alpha.1"
3+
version = "0.4.2"
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.2-alpha.1"
3+
version = "0.4.2"
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.2-alpha.1"
3+
version = "0.4.2"
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.2-alpha.1"
3+
version = "0.4.2"
44
authors = [ "arkworks contributors" ]
55
description = "A library for finite fields"
66
homepage = "https://arkworks.rs"

poly/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-poly"
3-
version = "0.4.2-alpha.1"
3+
version = "0.4.2"
44
authors = [ "arkworks contributors" ]
55
description = "A library for efficient polynomial arithmetic via FFTs over finite fields"
66
homepage = "https://arkworks.rs"

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.2-alpha.1"
3+
version = "0.4.2"
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.2-alpha.1"
3+
version = "0.4.2"
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.2-alpha.1"
3+
version = "0.4.2"
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.2-alpha.1"
3+
version = "0.4.2"
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)