From ecce578d24a1f6fa35cbedfef6e24fa48c2c3f6e Mon Sep 17 00:00:00 2001 From: gifnksm Date: Fri, 7 May 2021 19:09:17 +0900 Subject: [PATCH] Bump version to 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 830db574ee..b12ea7921f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "oauth-client" readme = "README.md" repository = "https://github.com/gifnksm/oauth-client-rs" -version = "0.5.0" +version = "0.5.1" edition = "2018" [dependencies]