From edd92773fd0074ebc78ac631e0c18b428bb590de Mon Sep 17 00:00:00 2001 From: yoshidan Date: Sun, 3 Dec 2023 21:38:54 +0900 Subject: [PATCH] revert version --- storage/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/Cargo.toml b/storage/Cargo.toml index 6a36ca2d..7d3e7fea 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-storage" -version = "0.16.0" +version = "0.15.0" edition = "2021" authors = ["yoshidan "] repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/storage"