From 27a10c7c7d06d6762d9c1ced6ed4501e69029e42 Mon Sep 17 00:00:00 2001 From: 10to4 Date: Tue, 27 Aug 2024 21:46:48 +0800 Subject: [PATCH] ccs: modify serde version for Clippy Check --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06003d6d..f30f64d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.gi polyexen = { git = "https://github.com/Dhole/polyexen.git", rev = "16a85c5411f804dc49bbf373d24ff9eedadedfbe" } num-bigint = { version = "0.4", features = ["rand"] } uuid = { version = "1.4.0", features = ["v1", "rng"] } -serde = { version = "1.0", default-features = false, features = ["derive"] } +serde = { version = "=1.76.0", features = ["derive"] } serde_json = "1.0" hyperplonk_benchmark = { git = "https://github.com/10to4/plonkish.git", branch = "main", package = "benchmark" } plonkish_backend = { git = "https://github.com/10to4/plonkish.git", branch = "main", package = "plonkish_backend" }