Skip to content

serde_with v1.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 17:04
fc2db96

Changed

  • NoneAsEmptyString: Deserialize using FromStr instead of using for<'a> From<&'a str> (#316)
    This will not change any behavior when applied to a field of type Option<String> as used in the documentation.
    Thanks to @mkroening for finding and fixing the issue.