From 857f53bf7ab74761a86e6b71db8a93c584b8bd20 Mon Sep 17 00:00:00 2001 From: Magnus Hallin Date: Sun, 16 Oct 2016 22:19:45 +0200 Subject: [PATCH] Depend on rustc-serialize 0.3 through semver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b7d9cd8..31447e40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ iron-handlers = ["iron"] expose-test-schema = [] [dependencies] -rustc-serialize = "0.3.19" +rustc-serialize = "^0.3.19" iron = { version = "^0.4.0", optional = true } [dev-dependencies]