regenerate bigquery 2 (#328)

This commit is contained in:
Sebastian Thiel
2022-03-27 08:23:09 +08:00
parent bfdb767a06
commit 77f097dda2
5 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-bigquery2-cli"
version = "3.0.0+20220222"
version = "3.0.1+20220222"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with bigquery (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/bigquery2-cli"
@@ -37,4 +37,4 @@ tokio = { version = "^ 1.0", features = ["full"] }
[dependencies.google-bigquery2]
path = "../bigquery2"
version = "3.0.0+20220222"
version = "3.0.1+20220222"