Skip to content

Commit eef4038

Browse files
release: v0.5.5
1 parent b90c962 commit eef4038

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

halo2-base/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "halo2-base"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
authors = ["Intrinsic Technologies"]
55
license = "MIT"
66
edition = "2021"
@@ -26,7 +26,7 @@ ark-std = { version = "0.3.0", features = ["print-trace"], optional = true }
2626
# Use Axiom's custom halo2 monorepo for faster proving
2727
halo2_proofs_axiom = { package = "halo2-axiom", version = "0.5.3", git = "https://github.com/axiom-crypto/halo2.git", branch = "main" }
2828
# Use Axiom's CUDA halo2 prover when feature = "cuda" is on
29-
halo2_proofs_axiom_gpu = { package = "halo2-axiom-gpu", version = "1.0.0", git = "https://github.com/axiom-crypto/halo2-gpu.git", branch = "main", optional = true }
29+
halo2_proofs_axiom_gpu = { package = "halo2-axiom-gpu", version = "1.0.1", git = "https://github.com/axiom-crypto/halo2-gpu.git", branch = "main", optional = true }
3030
# This is Scroll's audited poseidon circuit. We only use it for the Native Poseidon spec. We do not use the halo2 circuit at all (and it wouldn't even work because the halo2_proofs tag is not compatbile).
3131
# We forked it to upgrade to ff v0.13 and removed the circuit module
3232
poseidon-rs = { package = "poseidon-primitives", version = "=0.2.0" }

halo2-ecc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "halo2-ecc"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
authors = ["Intrinsic Technologies"]
55
license = "MIT"
66
edition = "2021"
@@ -24,7 +24,7 @@ serde_json = "1.0"
2424
rayon = "1.8"
2525
test-case = "3.1.0"
2626

27-
halo2-base = { version = "=0.5.4", path = "../halo2-base", default-features = false }
27+
halo2-base = { version = "=0.5.5", path = "../halo2-base", default-features = false }
2828

2929
# plotting circuit layout
3030
plotters = { version = "0.3.0", optional = true }
@@ -34,7 +34,7 @@ ark-std = { version = "0.3.0", features = ["print-trace"] }
3434
pprof = { version = "0.13", features = ["criterion", "flamegraph"] }
3535
criterion = "0.5.1"
3636
criterion-macro = "0.4"
37-
halo2-base = { version = "=0.5.4", path = "../halo2-base", default-features = false, features = [
37+
halo2-base = { version = "=0.5.5", path = "../halo2-base", default-features = false, features = [
3838
"test-utils",
3939
] }
4040
test-log = "0.2.21"

0 commit comments

Comments
 (0)