From 9b470ebd61a880cbf5890f86a66f3775332b0921 Mon Sep 17 00:00:00 2001 From: Patrick Fernie Date: Mon, 29 Aug 2022 17:50:31 -0400 Subject: [PATCH] v0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c7669d..88b4bac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest_cookie_store" -version = "0.3.0" +version = "0.4.0" authors = ["Patrick Fernie "] edition = "2018" description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"