Skip to content

Commit

Permalink
Bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tesaguri committed Aug 6, 2019
1 parent f784ae8 commit 3785948
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,14 +1,14 @@
[package]
name = "oauth1-request"
version = "0.2.2"
version = "0.2.3"
authors = ["Daiki Mizukami <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
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.2.2/oauth1_request/"
documentation = "https://docs.rs/oauth1-request/0.2.3/oauth1_request/"
description = """
Yet yet yet another OAuth 1 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 @@ -114,7 +114,7 @@
//!
//! See [`Signer`](struct.Signer.html).

#![doc(html_root_url = "https://docs.rs/oauth1-request/0.2.2")]
#![doc(html_root_url = "https://docs.rs/oauth1-request/0.2.3")]

extern crate base64;
#[macro_use]
Expand Down

0 comments on commit 3785948

Please sign in to comment.