From 97dafe8641a6062eb3389a46502ccb3727dbda4b Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Mon, 13 Dec 2021 11:57:58 +0100 Subject: [PATCH] chore: release v1.2.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 826a222..0cca311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oauth10a" description = "A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities" -version = "1.2.2" +version = "1.2.3" edition = "2021" rust-version = "1.56" authors = ["Florentin Dubois "] diff --git a/README.md b/README.md index 8d24b49..2280fcd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ fix the trouble. To install this dependency, just add the following line to your `Cargo.toml` manifest. ```toml -oauth10a = { version = "^1.2.2", features = ["metrics"] } +oauth10a = { version = "^1.2.3", features = ["metrics"] } ``` ## Usage