diff --git a/Cargo.toml b/Cargo.toml index 853e896..eddb9bc 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.5.0" +version = "1.5.1" edition = "2021" rust-version = "1.64.0" authors = ["Florentin Dubois "] diff --git a/README.md b/README.md index d1dd051..1ed4ae9 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.5.0", features = ["metrics"] } +oauth10a = { version = "^1.5.1", features = ["metrics"] } ``` ## Usage