mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(versions): cli + api use a single base version
That way we get rid of the duplication at least. Probably it would be enough to just refer to version 1 of the library respectively, and let semver do the rest.
This commit is contained in:
@@ -65,14 +65,8 @@ directories:
|
||||
mako_src: src/mako
|
||||
# The subdirectory to contain documentation from all APIs and related programs
|
||||
doc_subdir: doc
|
||||
# This somewhat intricate setup allows the CLI to access certain cargo-API values,
|
||||
# without having us duplicate them.
|
||||
cargo_api: &cargo_api
|
||||
build_version: "1.0.0"
|
||||
cargo:
|
||||
# This means that the API must not specify the shared variables from cargo_api
|
||||
# anymore
|
||||
<<: *cargo_api
|
||||
build_version: "1.0.0"
|
||||
repo_base_url: https://github.com/Byron/google-apis-rs
|
||||
authors:
|
||||
# don't forget to possibly add them to copyright authors
|
||||
|
||||
Reference in New Issue
Block a user