Merge pull request #99 from han0110/feature/stable-channel

Use stable channel rust
This commit is contained in:
Han 2022-10-21 22:33:48 -07:00 committed by GitHub
commit adefd9a4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ ff = "0.12"
group = "0.12"
halo2_proofs = { version = "0.2", path = "../halo2_proofs" }
lazy_static = "1"
halo2curves = { git = 'https://github.com/privacy-scaling-explorations/halo2curves', tag = 'v0.2.0' }
halo2curves = { git = 'https://github.com/privacy-scaling-explorations/halo2curves', tag = '0.3.0' }
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
subtle = "2.3"

View File

@ -48,7 +48,7 @@ backtrace = { version = "0.3", optional = true }
rayon = "1.5.1"
ff = "0.12"
group = "0.12"
halo2curves = { git = 'https://github.com/privacy-scaling-explorations/halo2curves', tag = "0.2.1" }
halo2curves = { git = 'https://github.com/privacy-scaling-explorations/halo2curves', tag = '0.3.0' }
rand_core = { version = "0.6", default-features = false }
tracing = "0.1"
blake2b_simd = "1"

View File

@ -1 +1 @@
nightly-2022-07-26
1.63.0