Merge releases into master, keeping the patch.crates-io section

This commit is contained in:
mmagician
2023-01-18 13:01:11 +01:00
committed by Pratyush Mishra
parent 69a9c3513b
commit 3668338023
27 changed files with 238 additions and 229 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ark-bls12-381"
version = "0.4.0-alpha.1"
version = "0.4.0"
authors = [ "arkworks contributors" ]
description = "The BLS12-381 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs"
@@ -13,14 +13,14 @@ license = "MIT/Apache-2.0"
edition = "2021"
[dependencies]
ark-ff = { version="^0.4.0-alpha", default-features = false }
ark-ec = { version="^0.4.0-alpha" }
ark-std = { version = "^0.4.0-alpha", default-features = false }
ark-serialize = { version = "^0.4.0-alpha", default-features = false }
ark-ff = { version= "0.4.0", default-features = false }
ark-ec = { version= "0.4.0" }
ark-std = { version = "0.4.0", default-features = false }
ark-serialize = { version = "0.4.0", default-features = false }
[dev-dependencies]
ark-algebra-test-templates = { version = "^0.4.0-alpha", default-features = false }
ark-algebra-bench-templates = { version = "^0.4.0-alpha", default-features = false }
ark-algebra-test-templates = { version = "0.4.0", default-features = false }
ark-algebra-bench-templates = { version = "0.4.0", default-features = false }
hex = "^0.4.0"
[features]