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:
@@ -48,8 +48,7 @@ ${dep}
|
||||
|
||||
if make.depends_on_suffix is not None:
|
||||
crate_name_we_depend_on = library_to_crate_name(api_name, suffix=make.depends_on_suffix)
|
||||
depends_on_key = 'cargo_' + make.depends_on_id
|
||||
crate_version_we_depend_on = self.context.get(depends_on_key).get('build_version')
|
||||
crate_version_we_depend_on = cargo.build_version
|
||||
nightly_features.append(crate_name_we_depend_on + '/nightly')
|
||||
default_features.append(crate_name_we_depend_on + '/with-serde-codegen')
|
||||
%>\
|
||||
|
||||
Reference in New Issue
Block a user