Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
ccs: modify serde version for Clippy Check
Browse files Browse the repository at this point in the history
  • Loading branch information
10to4 committed Aug 27, 2024
1 parent 6858064 commit c78b5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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", features = ["derive"] }
serde = { version = "=1.0.208", 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" }
Expand Down

0 comments on commit c78b5dc

Please sign in to comment.