From b9e924fac8a46b5d3cbe85fbeee462aec88e395c Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 27 May 2024 13:41:25 +0200 Subject: [PATCH] Bump version to 0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9be20fc..7857c4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcp_auth" -version = "0.12.0" +version = "0.12.1" edition = "2021" rust-version = "1.70" repository = "https://github.com/hrvolapeter/gcp_auth"