Skip to content

Commit

Permalink
Adjust versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Apr 15, 2023
1 parent 267bf6d commit 7afbc89
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
24 changes: 8 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repository = "https://github.com/lurk-lab/neptune"
resolver = "2"

[dependencies]
bellperson = { version = "0.24", default-features = false }
bellperson = { version = "0.25", default-features = false }
blake2s_simd = "0.5"
blstrs = { version = "0.6.1", optional = true }
blstrs = { version = "0.7.0", optional = true }
byteorder = "1"
ec-gpu = { version = "0.2.0", optional = true }
ec-gpu-gen = { version = "0.5.2", optional = true }
ff = "0.13"
ec-gpu-gen = { version = "0.6.0", optional = true }
ff = "0.13.0"
generic-array = "0.14.6"
itertools = { version = "0.8.2" }
log = "0.4.17"
Expand All @@ -24,17 +24,17 @@ trait-set = "0.3.0"
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
blstrs = "0.6.1"
blstrs = "0.7.0"
criterion = "0.4.0"
rand = "0.8.5"
rand_xorshift = "0.3.0"
serde_json = "1.0.94"
sha2 = "0.9"

[build-dependencies]
blstrs = "0.6.1"
blstrs = "0.7.0"
ec-gpu = { version = "0.2.0", optional = true }
ec-gpu-gen = { version = "0.5.2", optional = true }
ec-gpu-gen = { version = "0.6.0", optional = true }
pasta_curves = { version = "0.5", features = ["serde"] }

[[bench]]
Expand Down Expand Up @@ -70,12 +70,4 @@ pasta = ["pasta_curves/gpu"]
[workspace]
members = [
"gbench",
]

[patch.crates-io]
## DO NOT COMMIT
bellperson = {git = "https://github.com/huitseeker/bellperson", branch="update-ff-group" }
blstrs = { git = "https://github.com/huitseeker/blstrs", branch="WIP-0.13", features = ["__private_bench"] }
ec-gpu = { git = "https://github.com/filecoin-project/ec-gpu/", branch="upgrade-ff-013" }
ec-gpu-gen = { git = "https://github.com/filecoin-project/ec-gpu/", branch="upgrade-ff-013" }
## DO NOT COMMIT
]
10 changes: 5 additions & 5 deletions gbench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
bellperson = { version = "0.24.1", default-features = false }
bellperson = { version = "0.25.0", default-features = false }
blake2s_simd = "0.5"
byteorder = "1"
env_logger = "0.7.1"
ff = "0.13"
ff = "0.13.0"
generic-array = "0.14.6"
log = "0.4.17"
neptune = { path = "../", default-features = false, features = ["arity8", "arity11", "bls", "pasta"] }
structopt = { version = "0.3", default-features = false }
blstrs = { version = "0.6.1", features = ["gpu"] }
pasta_curves = { version = "0.5", features = ["serde"] }
blstrs = { version = "0.7.0", features = ["gpu"] }
pasta_curves = { version = "0.5.1", features = ["gpu"]}
ec-gpu = "0.2.0"
ec-gpu-gen = "0.5.2"
ec-gpu-gen = "0.6.0"

[features]
default = ["opencl"]
Expand Down

0 comments on commit 7afbc89

Please sign in to comment.