Skip to content

Commit

Permalink
chore: update rust-toolchain and pin "clap" version
Browse files Browse the repository at this point in the history
Update toolchain just enough so build passes. More recent toolchains
require a sync with halo2-lib v0.4 which will be done later.
  • Loading branch information
jonathanpwang committed Nov 17, 2023
1 parent c09477a commit 014a2d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions axiom-eth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rayon = "1.7"
log = "0.4"
env_logger = "0.10"
ark-std = { version = "0.3.0", features = ["print-trace"], optional = true }
clap = { version = "4.0.13", features = ["derive"], optional = true }
clap-num = { version = "1.0.2", optional = true }
clap = { version = "=4.0.13", features = ["derive"], optional = true }
clap-num = { version = "=1.0.2", optional = true }
bincode = { version = "1.3.3", optional = true }
base64 = { version = "0.21", optional = true }
serde_with = { version = "2.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2022-10-28
nightly-2023-01-01

0 comments on commit 014a2d0

Please sign in to comment.