diff --git a/Cargo.toml b/Cargo.toml index 7249f7d..90f7eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "serde_default_utils" authors = ["Oleks Pickle "] -version = "0.2.2" +version = "0.3.0" edition = "2021" categories = ["encoding", "no-std", "no-std::no-alloc"] description = "A set of simple helper functions to cut corners with serde_default" diff --git a/README.md b/README.md index 4c71ce9..489cf12 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # serde_default_utils -[![v](https://img.shields.io/badge/v-0.2.2-blueviolet)]() +[![v](https://img.shields.io/badge/v-0.3.0-blueviolet)]() ## Overview This is a simple set of functions to make your life easier while working with defaults in serde. diff --git a/src/lib.rs b/src/lib.rs index 70095c0..fa1d5b8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! [![v](https://img.shields.io/badge/v-0.2.2-blueviolet)]() +//! [![v](https://img.shields.io/badge/v-0.3.0-blueviolet)]() //! //! # Overview //! This is a simple set of functions to make your life easier while working with defaults in serde.