diff --git a/Cargo.toml b/Cargo.toml index 9843abd..fb10f80 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.3.7" +version = "1.3.8" edition = "2021" rust-version = "1.60.0" authors = ["Florentin Dubois "] diff --git a/README.md b/README.md index 44ac061..048738d 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.3.7", features = ["metrics"] } +oauth10a = { version = "^1.3.8", features = ["metrics"] } ``` ## Usage