diff --git a/Cargo.toml b/Cargo.toml index fcf6fb4..86d0d5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "google_bigquery_v2" -version = "0.2.8" +version = "0.3.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] google-bigquery2 = "5.0.2" serde_json = "1.0.95"