From bded5796bf2754f60382c6006be7c1b16d29a2ac Mon Sep 17 00:00:00 2001 From: Andrew Toth <andrewstoth@gmail.com> Date: Sun, 22 Oct 2023 14:24:10 -0400 Subject: [PATCH] v0.1.2 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 696e2ce..4455c6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-serde-ext" -version = "0.1.1" +version = "0.1.2" authors = ["Andrew Toth"] license = "MIT" homepage = "https://github.com/andrewtoth/http-serde-ext/" diff --git a/README.md b/README.md index 8872d91..171f3ac 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ cargo add http-serde-ext Or add the following line to your Cargo.toml: ```toml -http-serde-ext = "0.1.1" +http-serde-ext = "0.1.2" ``` # Usage