Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jun 17, 2022
1 parent 8ef4f67 commit 42408ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_trim"
version = "0.1.0"
version = "0.2.0"
authors = ["baoyachi <[email protected]>"]
edition = "2021"
description = "serde deserialize_with String trim"
Expand Down
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use serde::{de, Deserialize};
use trim_in_place::TrimInPlace;
pub use trim_in_place::*;

pub fn string_trim<'de, D>(d: D) -> Result<String, D::Error>
where
Expand Down

0 comments on commit 42408ce

Please sign in to comment.