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`"