diff --git a/Cargo.toml b/Cargo.toml index 9ca270d..9929cf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest_cookie_store" -version = "0.1.2" +version = "0.1.3" authors = ["Patrick Fernie "] edition = "2018" description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`" diff --git a/README.md b/README.md index 6b1034b..23a30e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Documentation](https://docs.rs/reqwest_cookie_store/badge.svg)](https://docs.rs/reqwest_cookie_store) -`reqwest_cookie_store` provides implementations of `reqwest::cookie::CookieStore` for [https://crates.io/crates/cookie_store](cookie_store) +`reqwest_cookie_store` provides implementations of `reqwest::cookie::CookieStore` for [cookie_store](https://crates.io/crates/cookie_store). # Example The following example demonstrates loading a `cookie_store::CookieStore` from disk, and using it within a