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" }