Skip to content

Commit

Permalink
build: update Cargo.toml and rust-toolchain (1.70.0 nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchangYoo committed Apr 9, 2024
1 parent 7179a60 commit fc703d2
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 8 deletions.
51 changes: 47 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion halo2_gadgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ff = { version = "0.13", features = ["bits"] }
group = "0.13"
halo2_proofs = { path = "../halo2_proofs", default-features = false }
lazy_static = "1"
halo2curves = { version = "0.1.0" }
halo2curves = { git = "https://github.com/kroma-network/halo2curves.git", branch = "feat/upstream-scroll-v0.10.0rc3" }
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
subtle = "2.3"
Expand Down
4 changes: 2 additions & 2 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ rayon = "1.5.1"
backtrace = { version = "0.3", optional = true }
ff = "0.13"
group = "0.13"
halo2curves = { version = "0.1.0", features = [ "derive_serde" ] }
halo2curves = { git = "https://github.com/kroma-network/halo2curves.git", branch = "feat/upstream-scroll-v0.10.0rc3", features = [ "derive_serde" ] }
rand_core = { version = "0.6", default-features = false }
tracing = "0.1"
blake2b_simd = "1" # MSRV 1.66.0
sha3 = "0.9.1"
subtle = "2.3"
cfg-if = "0.1"
poseidon = { git = "https://github.com/scroll-tech/poseidon.git", branch = "main" }
poseidon = { git = "https://github.com/kroma-network/poseidon.git", branch = "feat/upstream-scroll-v0.10.0rc3" }
num-integer = "0.1"
num-bigint = { version = "0.4", features = ["rand"] }
rand_chacha = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-08-12
nightly-2023-04-10

0 comments on commit fc703d2

Please sign in to comment.