From d6ddff240d1fefac28549efad78648d98e4ed9a4 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 19 Jun 2015 13:11:28 +0200 Subject: [PATCH] chore(version): api+cli increment CLI was incremented to 0.3.0, just to signal usage of the latest clap-rs as well as the update of the used API implememtation. In that moment we also got rid of the json-tools dependency - it required unstable features, and I was not willing to enforce making it stable just yet. --- etc/api/type-api.yaml | 2 +- etc/api/type-cli.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/api/type-api.yaml b/etc/api/type-api.yaml index cad1135fdd..6f1847fcb6 100644 --- a/etc/api/type-api.yaml +++ b/etc/api/type-api.yaml @@ -25,7 +25,7 @@ make: - source: build.rs output_dir: src cargo: - build_version: "0.1.7" + build_version: "0.1.8" build_script: src/build.rs keywords: [protocol, web, api] dependencies: diff --git a/etc/api/type-cli.yaml b/etc/api/type-cli.yaml index 7232a6f01d..11c0f53e1a 100644 --- a/etc/api/type-cli.yaml +++ b/etc/api/type-cli.yaml @@ -22,7 +22,7 @@ make: - source: main.rs output_dir: src cargo: - build_version: "0.2.0" + build_version: "0.3.0" keywords: [cli] is_executable: YES dependencies: