From f962f5c36b13c36f0380dc63e9bf177a0e2d126d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20H=C3=B6lting?= <87192362+moritz-hoelting@users.noreply.github.com> Date: Sat, 15 Feb 2025 15:23:25 +0100 Subject: [PATCH] remove dependency on feature "rc" of serde --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91a24e3..f541552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ itertools = "0.14.0" mlua = { version = "0.10.2", features = ["lua54", "vendored"], optional = true } path-absolutize = "3.1.1" pathdiff = "0.2.3" -serde = { version = "1.0.217", features = ["derive", "rc"], optional = true } +serde = { version = "1.0.217", features = ["derive"], optional = true } shulkerbox = { version = "0.1.0", default-features = false, optional = true } strsim = "0.11.1" strum = { version = "0.27.0", features = ["derive"] }