From ca5dca7af93f7feef1b81237a9c7c1d5b07e1577 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 20 May 2016 14:01:06 +0200 Subject: [PATCH] chore(dependencies): pin `url` crate The latest one needs some modifications, that will be done in time. Closes #150 --- 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 6022197d55..b5bdfa59df 100644 --- a/etc/api/type-api.yaml +++ b/etc/api/type-api.yaml @@ -29,4 +29,4 @@ cargo: build_script: src/build.rs keywords: [protocol, web, api] dependencies: - - url = ">= 0.5" + - url = "= 0.5"