From a2ba8fac8408b2ce6cb96f21b157a84f16fafadc Mon Sep 17 00:00:00 2001 From: "baoyachi. Aka Rust Hairy crabs" Date: Sun, 23 Jul 2023 23:52:31 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb6c26c..d07635b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_trim" -version = "0.4.0" +version = "1.0.0" authors = ["baoyachi "] edition = "2021" description = "serde deserialize_with String trim.Supports multiple std::collections types" @@ -18,4 +18,4 @@ serde = { version = "1", features = ["derive"] } trim-in-place = "0.1.7" [dev-dependencies] -serde_json = { version = "1" } \ No newline at end of file +serde_json = { version = "1" }