Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi authored Jul 23, 2023
1 parent 1d22b23 commit a2ba8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_trim"
version = "0.4.0"
version = "1.0.0"
authors = ["baoyachi <[email protected]>"]
edition = "2021"
description = "serde deserialize_with String trim.Supports multiple std::collections types"
Expand All @@ -18,4 +18,4 @@ serde = { version = "1", features = ["derive"] }
trim-in-place = "0.1.7"

[dev-dependencies]
serde_json = { version = "1" }
serde_json = { version = "1" }

0 comments on commit a2ba8fa

Please sign in to comment.