diff --git a/Cargo.lock b/Cargo.lock index 4e61bd4..dabc84c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "impl_serialize" -version = "3.1.2" +version = "3.1.3" dependencies = [ "serde", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 063f791..1fc7276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Macro for common implementing methods in serde::Serializer trait" categories = ["accessibility"] keywords = ["serde", "macro", "serialize", "error"] -version = "3.1.2" +version = "3.1.3" edition = "2021" repository = "https://github.com/Trard/impl_serialize"