Skip to content

Commit 1c6581c

Browse files
Set next major version for google-(apis|clis)-common, and the crates
1 parent 4f9a114 commit 1c6581c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

etc/api/shared.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ directories:
9696
# The subdirectory to contain documentation from all APIs and related programs
9797
doc_subdir: doc
9898
cargo:
99-
build_version: "6.0.0"
99+
build_version: "7.0.0"
100100
repo_base_url: https://github.com/Byron/google-apis-rs
101101
authors:
102102
# don't forget to possibly add them to copyright authors

google-apis-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "google-apis-common"
3-
version = "7.0.0"
3+
version = "8.0.0"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
repository = "https://github.com/Byron/google-apis-rs"
66
homepage = "https://github.com/Byron/google-apis-rs/google-apis-common"

google-clis-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This library is just to try out the code that should ultimately go into the code generator !
33
[package]
44
name = "google-clis-common"
5-
version = "7.0.0"
5+
version = "8.0.0"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
repository = "https://github.com/Byron/google-apis-rs"
88
homepage = "https://github.com/Byron/google-apis-rs/google-clis-common"

src/generator/templates/Cargo.toml.mako

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ url = "2"
4949
utoipa = { version = "4", optional = true }
5050
yup-oauth2 = { version = "12", default-features = false, optional = true }
5151
52-
google-apis-common = { path = "../../google-apis-common", version = "7" }
52+
google-apis-common = { path = "../../google-apis-common", version = "8" }
5353
% if cargo.get('is_executable'):
54-
google-clis-common = { path = "../../google-clis-common", version = "7" }
54+
google-clis-common = { path = "../../google-clis-common", version = "8" }
5555
% endif
5656
5757
<%

0 commit comments

Comments
 (0)