From 399f952fd51e06a292908af73aed9be5653be7ad Mon Sep 17 00:00:00 2001 From: Daiki Mizukami Date: Wed, 6 Oct 2021 22:18:51 +0900 Subject: [PATCH] Bump to v0.5.1 --- oauth1-request/Cargo.toml | 4 ++-- oauth1-request/src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oauth1-request/Cargo.toml b/oauth1-request/Cargo.toml index a698011..6bf1326 100644 --- a/oauth1-request/Cargo.toml +++ b/oauth1-request/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oauth1-request" -version = "0.5.0" +version = "0.5.1" edition = "2018" authors = ["Daiki Mizukami "] license = "MIT OR Apache-2.0" @@ -9,7 +9,7 @@ keywords = ["oauth", "oauth1"] categories = ["authentication"] homepage = "https://github.com/tesaguri/oauth1-request-rs" repository = "https://github.com/tesaguri/oauth1-request-rs" -documentation = "https://docs.rs/oauth1-request/0.5.0/oauth1_request/" +documentation = "https://docs.rs/oauth1-request/0.5.1/oauth1_request/" description = """ Yet yet yet another OAuth 1.0 client library. """ diff --git a/oauth1-request/src/lib.rs b/oauth1-request/src/lib.rs index f34cf9f..03e73ef 100644 --- a/oauth1-request/src/lib.rs +++ b/oauth1-request/src/lib.rs @@ -88,7 +88,7 @@ //! //! See [`Request`][oauth1_request_derive::Request] for more details on the derive macro. -#![doc(html_root_url = "https://docs.rs/oauth1-request/0.5.0")] +#![doc(html_root_url = "https://docs.rs/oauth1-request/0.5.1")] #![deny(broken_intra_doc_links)] #![warn(missing_docs, rust_2018_idioms)]