From cc1bfd19c8aecb4a62bf68f3bf7db650eb8fc29d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 30 Apr 2015 11:41:53 +0200 Subject: [PATCH] chore(api-versionup): to reflect recent changes And to be sure we don't forget to publish new crates when the new CLI hits the road. --- etc/api/type-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/api/type-api.yaml b/etc/api/type-api.yaml index 86359bf83c..5d45aa5567 100644 --- a/etc/api/type-api.yaml +++ b/etc/api/type-api.yaml @@ -21,7 +21,7 @@ make: - source: lib.rs output_dir: src cargo: - build_version: "0.1.6" + build_version: "0.1.7" keywords: [protocol, web, api] dependencies: - url = "*"