diff --git a/Cargo.toml b/Cargo.toml index 6f60f71..14187b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde-this-or-that" -version = "0.2.0" +version = "0.3.0" authors = ["Ritvik Nag "] description = "Custom deserialization for fields that can be specified as multiple types." documentation = "https://docs.rs/serde-this-or-that"