Skip to content

Commit 399f952

Browse files
committed
Bump to v0.5.1
1 parent 5735c7b commit 399f952

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

oauth1-request/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oauth1-request"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2018"
55
authors = ["Daiki Mizukami <tesaguriguma@gmail.com>"]
66
license = "MIT OR Apache-2.0"
@@ -9,7 +9,7 @@ keywords = ["oauth", "oauth1"]
99
categories = ["authentication"]
1010
homepage = "https://github.com/tesaguri/oauth1-request-rs"
1111
repository = "https://github.com/tesaguri/oauth1-request-rs"
12-
documentation = "https://docs.rs/oauth1-request/0.5.0/oauth1_request/"
12+
documentation = "https://docs.rs/oauth1-request/0.5.1/oauth1_request/"
1313
description = """
1414
Yet yet yet another OAuth 1.0 client library.
1515
"""

oauth1-request/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
//!
8989
//! See [`Request`][oauth1_request_derive::Request] for more details on the derive macro.
9090
91-
#![doc(html_root_url = "https://docs.rs/oauth1-request/0.5.0")]
91+
#![doc(html_root_url = "https://docs.rs/oauth1-request/0.5.1")]
9292
#![deny(broken_intra_doc_links)]
9393
#![warn(missing_docs, rust_2018_idioms)]
9494

0 commit comments

Comments
 (0)