From dbea8955b7e8ccae35abeb4178d74ba0f038be04 Mon Sep 17 00:00:00 2001 From: Hajime Fukuda Date: Fri, 5 Jan 2018 20:16:06 +0900 Subject: relax the version specification --- testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 8badd13..323635a 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -11,7 +11,7 @@ nightly = ["rocket", "rocket_codegen", "askama/with-rocket"] [dependencies] askama = { path = "../askama", version = "*", features = ["with-iron", "serde-json"] } -iron = "0.5" +iron = "0.6" rocket = { version = "0.3", optional = true } rocket_codegen = { version = "0.3", optional = true } serde_json = "1.0" -- cgit