From 6c778fbf04f894628f44d7bbabbf6c5c2e7715d6 Mon Sep 17 00:00:00 2001 From: Patrick Fernie Date: Sun, 10 Apr 2022 09:54:38 -0400 Subject: [PATCH] update to 0.3.0 for `cookie`/`cookie_store` minor bumps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e0fd50..1c7669d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest_cookie_store" -version = "0.2.0" +version = "0.3.0" authors = ["Patrick Fernie "] edition = "2018" description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"