From 458fe736bdffcf05ccd1707a070670857627ad73 Mon Sep 17 00:00:00 2001 From: Mick Clarke Date: Tue, 28 May 2024 14:52:44 +1200 Subject: [PATCH] chore: updated gcp_auth version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92179bf..3c32f55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-generative-ai-rs" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["Mick Clarke "] license = "MIT"