Skip to content

Commit

Permalink
bump to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olekspickle committed Oct 7, 2024
1 parent 40a94bd commit 667c971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "serde_default_utils"
authors = ["Oleks Pickle <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 667c971

Please sign in to comment.