update to 0.3.0 for cookie/cookie_store minor bumps

This commit is contained in:
Patrick Fernie 2022-04-10 09:54:38 -04:00
parent 2fb5bcb98a
commit 6c778fbf04

View file

@ -1,6 +1,6 @@
[package]
name = "reqwest_cookie_store"
version = "0.2.0"
version = "0.3.0"
authors = ["Patrick Fernie <patrick.fernie@gmail.com>"]
edition = "2018"
description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"