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"