From c982826e04247b31c022b47c808d315ddfe511fe Mon Sep 17 00:00:00 2001 From: onsen-egg Date: Thu, 6 Jul 2023 12:39:11 -0500 Subject: [PATCH] Add feature "rc" to serde crate import --- plonky2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plonky2/Cargo.toml b/plonky2/Cargo.toml index 39b95f21..0f2438fd 100644 --- a/plonky2/Cargo.toml +++ b/plonky2/Cargo.toml @@ -30,7 +30,7 @@ plonky2_field = { version = "0.1.0", default-features = false } plonky2_util = { version = "0.1.0", default-features = false } rand = { version = "0.8.4", default-features = false } rand_chacha = { version = "0.3.1", optional = true, default-features = false } -serde = { version = "1.0", default-features = false, features = ["derive"] } +serde = { version = "1.0", default-features = false, features = ["derive", "rc"] } serde_json = "1.0" static_assertions = { version = "1.1.0", default-features = false } unroll = { version = "0.1.5", default-features = false }