Skip to content

Commit 49a145b

Browse files
Release v1.3.19
Signed-off-by: Florentin Dubois <[email protected]>
1 parent 71b1e25 commit 49a145b

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.3.18"
4+
version = "1.3.19"
55
edition = "2021"
66
rust-version = "1.60.0"
77
authors = ["Florentin Dubois <[email protected]>"]

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.3.18", features = ["metrics"] }
17+
oauth10a = { version = "^1.3.19", features = ["metrics"] }
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)