Compare commits

..

6 Commits

Author SHA1 Message Date
dante
b48bd2af4f Update rust.yml 2024-07-24 18:12:07 -04:00
dante
6594737b8c Update rust.yml 2024-07-24 16:01:21 -04:00
dante
1670b66e29 Update rust.yml 2024-07-24 14:49:05 -04:00
dante
5d2175117c upgrade time 2024-07-24 14:37:54 -04:00
dante
e9c9e107db downgrade 2024-07-24 14:33:04 -04:00
dante
ac0ee563b8 fix: bump compiler to latest to accomodate latest serde diagnostic features 2024-07-24 14:11:33 -04:00
4 changed files with 6 additions and 13 deletions

13
Cargo.lock generated
View File

@@ -2306,7 +2306,7 @@ dependencies = [
[[package]]
name = "halo2_proofs"
version = "0.3.0"
source = "git+https://github.com/zkonduit/halo2#098ac0ef3b29255e0e2524ecbb4e7e325ae6e7fd#098ac0ef3b29255e0e2524ecbb4e7e325ae6e7fd"
source = "git+https://github.com/zkonduit/halo2#8cfca221f53069a0374687654882b99e729041d7#8cfca221f53069a0374687654882b99e729041d7"
dependencies = [
"blake2b_simd",
"env_logger",
@@ -2319,7 +2319,6 @@ dependencies = [
"rand_chacha",
"rand_core 0.6.4",
"rustacuda",
"rustc-hash 2.0.0",
"sha3 0.9.1",
"tracing",
]
@@ -4029,7 +4028,7 @@ dependencies = [
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash 1.1.0",
"rustc-hash",
"rustls",
"thiserror",
"tokio",
@@ -4045,7 +4044,7 @@ dependencies = [
"bytes",
"rand 0.8.5",
"ring",
"rustc-hash 1.1.0",
"rustc-hash",
"rustls",
"slab",
"thiserror",
@@ -4469,12 +4468,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
[[package]]
name = "rustc-hex"
version = "2.1.0"

View File

@@ -209,7 +209,7 @@ metal = ["dep:metal", "dep:objc"]
icicle = { git = "https://github.com/ingonyama-zk/icicle?rev=45b00fb", package = "icicle", branch = "fix/vhnat/ezkl-build-fix" }
[patch.'https://github.com/zkonduit/halo2']
halo2_proofs = { git = "https://github.com/zkonduit/halo2#098ac0ef3b29255e0e2524ecbb4e7e325ae6e7fd", package = "halo2_proofs" }
halo2_proofs = { git = "https://github.com/zkonduit/halo2#8cfca221f53069a0374687654882b99e729041d7", package = "halo2_proofs" }
[profile.release]

View File

@@ -1,4 +1,4 @@
ezkl==12.0.2
ezkl==0.0.0
sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon

View File

@@ -1,7 +1,7 @@
import ezkl
project = 'ezkl'
release = '12.0.2'
release = '0.0.0'
version = release