From ac8b7ea052a6db29c35bd2588002ca886803fcd8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 13 Sep 2025 13:51:29 -0700 Subject: [PATCH] Update serde_core package.description in Cargo.toml --- serde_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serde_core/Cargo.toml b/serde_core/Cargo.toml index 06564343..79aca909 100644 --- a/serde_core/Cargo.toml +++ b/serde_core/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.219" authors = ["Erick Tryzelaar ", "David Tolnay "] build = "build.rs" categories = ["encoding", "no-std", "no-std::no-alloc"] -description = "Core functionalities and abstractions for the Serde serialization/deserialization framework" +description = "Serde traits only, with no support for derive -- use the `serde` crate instead" documentation = "https://docs.rs/serde_core" edition = "2021" homepage = "https://serde.rs"