From 014a2d059e48f8f4ad83a7650f1d0bf9a69a056a Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:26:48 -0800 Subject: [PATCH] chore: update rust-toolchain and pin "clap" version Update toolchain just enough so build passes. More recent toolchains require a sync with halo2-lib v0.4 which will be done later. --- axiom-eth/Cargo.toml | 4 ++-- rust-toolchain | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/axiom-eth/Cargo.toml b/axiom-eth/Cargo.toml index b318ed22..d6187ce1 100644 --- a/axiom-eth/Cargo.toml +++ b/axiom-eth/Cargo.toml @@ -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 } diff --git a/rust-toolchain b/rust-toolchain index 51ab4759..8ee72f48 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2022-10-28 \ No newline at end of file +nightly-2023-01-01