File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " oauth1-request"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
edition = " 2018"
5
5
authors = [" Daiki Mizukami <tesaguriguma@gmail.com>" ]
6
6
license = " MIT OR Apache-2.0"
@@ -9,7 +9,7 @@ keywords = ["oauth", "oauth1"]
9
9
categories = [" authentication" ]
10
10
homepage = " https://github.com/tesaguri/oauth1-request-rs"
11
11
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/"
13
13
description = """
14
14
Yet yet yet another OAuth 1.0 client library.
15
15
"""
Original file line number Diff line number Diff line change 88
88
//!
89
89
//! See [`Request`][oauth1_request_derive::Request] for more details on the derive macro.
90
90
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 " ) ]
92
92
#![ deny( broken_intra_doc_links) ]
93
93
#![ warn( missing_docs, rust_2018_idioms) ]
94
94
You can’t perform that action at this time.
0 commit comments