Skip to content

Commit f7c2baf

Browse files
Release v1.0.1
1 parent cd669f5 commit f7c2baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oauth10a"
33
description = "A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
edition = "2018"
66
authors = ["Florentin Dubois <[email protected]>"]
77
license-file = "LICENSE"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This crate is under development, you can use it, but it may have bugs or unimple
1313
To install this dependency, just add the following line to your `Cargo.toml` manifest.
1414

1515
```toml
16-
oauth10a = { version = "^1.0.0", features = ["metrics"] }
16+
oauth10a = { version = "^1.0.1", features = ["metrics"] }
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)