diff --git a/Cargo.toml b/Cargo.toml index e8d694b..aba8aa1 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.3" +version = "1.2.4" edition = "2021" rust-version = "1.56" authors = ["Florentin Dubois "] diff --git a/README.md b/README.md index 2280fcd..0dd5990 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.3", features = ["metrics"] } +oauth10a = { version = "^1.2.4", features = ["metrics"] } ``` ## Usage