From 3625188eb5dac9f6dfe8e672a65e75dcb0810081 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 10 Oct 2022 09:23:53 +0800 Subject: [PATCH] feat: apis-common for the 5.0 line of google crates. It aids with better type decoding support. --- google-apis-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-apis-common/Cargo.toml b/google-apis-common/Cargo.toml index ca375dbd0d..e66cf39c19 100644 --- a/google-apis-common/Cargo.toml +++ b/google-apis-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-apis-common" -version = "4.0.1" +version = "5.0.0" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/google-apis-rs" homepage = "https://github.com/Byron/google-apis-rs/google-apis-common"