File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Current Version] ( https://img.shields.io/crates/v/oauth1-request.svg )] ( https://crates.io/crates/oauth1-request )
5
5
[ ![ Documentation] ( https://docs.rs/oauth1-request/badge.svg )] ( https://docs.rs/oauth1-request/ )
6
6
7
- Yet yet yet another OAuth 1 client library for Rust.
7
+ Yet yet yet another OAuth 1.0 client library for Rust.
8
8
9
9
## Usage
10
10
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ homepage = "https://github.com/tesaguri/oauth1-request-rs"
11
11
repository = " https://github.com/tesaguri/oauth1-request-rs"
12
12
documentation = " https://docs.rs/oauth1-request/0.5.0/oauth1_request/"
13
13
description = """
14
- Yet yet yet another OAuth 1 client library.
14
+ Yet yet yet another OAuth 1.0 client library.
15
15
"""
16
16
17
17
[dependencies ]
Original file line number Diff line number Diff line change 1
- //! Yet yet yet another OAuth 1 client library.
1
+ //! Yet yet yet another OAuth 1.0 client library.
2
2
//!
3
3
//! # Usage
4
4
//!
You can’t perform that action at this time.
0 commit comments