diff --git a/Cargo.toml b/Cargo.toml index f541fd6..b385a55 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.17" +version = "1.3.18" edition = "2021" rust-version = "1.60.0" authors = ["Florentin Dubois "] diff --git a/README.md b/README.md index c3257e7..740314a 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.17", features = ["metrics"] } +oauth10a = { version = "^1.3.18", features = ["metrics"] } ``` ## Usage