From f189a97b29b05bc7b623ad4672de69e4dc8b9a35 Mon Sep 17 00:00:00 2001 From: olekspickle <22867443+olekspickle@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:49:02 +0100 Subject: [PATCH] bump patch after revamp --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index abc585f..b7ba491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "serde_default_utils" +version = "0.3.1" authors = ["Oleks Pickle <22867443+olekspickle@users.noreply.github.com>"] edition = "2021" categories = ["encoding", "no-std", "no-std::no-alloc"]