Skip to content

Commit 1584457

Browse files
Release v1.2.1
1 parent b3757ba commit 1584457

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.2.0"
4+
version = "1.2.1"
55
edition = "2021"
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
@@ -14,7 +14,7 @@ fix the trouble.
1414
To install this dependency, just add the following line to your `Cargo.toml` manifest.
1515

1616
```toml
17-
oauth10a = { version = "^1.2.0", features = ["metrics"] }
17+
oauth10a = { version = "^1.2.1", features = ["metrics"] }
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)