From 8d92d2f7c78094b2213828f8d9701a10502a6278 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Mon, 1 Jul 2024 15:09:20 -0500 Subject: [PATCH] Bump to 0.11.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73e8b00..bb05a33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2114,7 +2114,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "ya-gcp" -version = "0.11.2" +version = "0.11.3" dependencies = [ "approx", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index cacb144..b714f1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ya-gcp" -version = "0.11.2" +version = "0.11.3" authors = ["Renar Narubin "] edition = "2021" description = "APIs for using Google Cloud Platform services"