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 11[package ]
22name = " oauth1-request"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44edition = " 2018"
55authors = [" Daiki Mizukami <tesaguriguma@gmail.com>" ]
66license = " MIT OR Apache-2.0"
@@ -9,7 +9,7 @@ keywords = ["oauth", "oauth1"]
99categories = [" authentication" ]
1010homepage = " https://github.com/tesaguri/oauth1-request-rs"
1111repository = " 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/"
1313description = """
1414Yet yet yet another OAuth 1.0 client library.
1515"""
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments