diff --git a/Cargo.toml b/Cargo.toml index 2b84ab0c..06003d6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,11 +25,10 @@ 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.208", features = ["derive"] } +serde = { version = "1.0", default-features = false, 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" } -# plonkish_backend = { path = "../../zkevm-circuit/plonkish/plonkish_backend" } regex = "1" ark-ff = "^0.4.0" diff --git a/rust-toolchain b/rust-toolchain index 54227249..3c4c7c2d 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.78.0 +1.78.0 \ No newline at end of file