From c0c4b0949aaaf30ea3bc93a440b335435481bb0d Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 30 Jun 2017 18:33:43 -0700 Subject: [PATCH] Add missing dev dependency for url. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54f122fb..38874d7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ synom = "0.11.3" [dependencies.ruma-api] git = "https://github.com/ruma/ruma-api" -rev = "211cf5e3531cd1862136129d5f73caaac7b4eb43" +rev = "4893be93f86543f9a9e3c5d7205afba769b84aa6" [dependencies.syn] features = ["full"] @@ -22,6 +22,7 @@ serde = "1.0.8" serde_derive = "1.0.8" serde_json = "1.0.2" serde_urlencoded = "0.5.1" +url = "1.5.1" [lib] doctest = false