mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(cli): work on stable
CLI was slightly adjusted to not use unstable features. Fortunately, there is no serde magic happening, which allows us to keep it simple without using a build script.
This commit is contained in:
@@ -26,6 +26,7 @@ make:
|
||||
output_dir: src
|
||||
cargo:
|
||||
build_version: "0.1.7"
|
||||
build_script: src/build.rs
|
||||
keywords: [protocol, web, api]
|
||||
dependencies:
|
||||
- url = "*"
|
||||
|
||||
Reference in New Issue
Block a user