Skip to content

Commit

Permalink
Bump to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tesaguri committed Oct 6, 2021
1 parent 5735c7b commit 399f952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions oauth1-request/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oauth1-request"
version = "0.5.0"
version = "0.5.1"
edition = "2018"
authors = ["Daiki Mizukami <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -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.
"""
Expand Down
2 changes: 1 addition & 1 deletion oauth1-request/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

0 comments on commit 399f952

Please sign in to comment.