From 66f91750e6fd35d2345cdc3028aa01f66b5c7d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Boudereau?= Date: Tue, 10 Oct 2023 08:46:59 +0200 Subject: [PATCH] bump new version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3a4682..1828f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gcs-rsync" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "rsync support for gcs with higher perf than gsutil rsync" license = "MIT"