mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-13 01:17:57 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff374fcac7 | ||
|
|
7265d18d48 |
@@ -16,7 +16,7 @@ exclude = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "1.10.1"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
authors = [ "Ingonyama" ]
|
||||
homepage = "https://www.ingonyama.com"
|
||||
|
||||
@@ -36,4 +36,4 @@ arkworks = ["ark-bn254", "icicle-core/arkworks"]
|
||||
|
||||
[[bench]]
|
||||
name = "ecntt"
|
||||
harness = false # Criterion provides own harness
|
||||
harness = false # Criterion provides own harness
|
||||
|
||||
@@ -32,4 +32,4 @@ serial_test = "3.0.0"
|
||||
default = []
|
||||
g2 = ["icicle-bls12-377/bw6-761-g2"]
|
||||
devmode = ["icicle-core/devmode"]
|
||||
arkworks = ["ark-bw6-761", "icicle-core/arkworks", "icicle-bls12-377/arkworks"]
|
||||
arkworks = ["ark-bw6-761", "icicle-core/arkworks", "icicle-bls12-377/arkworks"]
|
||||
|
||||
@@ -15,4 +15,4 @@ icicle-cuda-runtime = { workspace = true }
|
||||
cmake = "0.1.50"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user