From 14fd2e2e2ee9ef375a89a12d7bffc1d3b303802e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20C=C3=B4rte-Real?= Date: Fri, 18 Aug 2017 21:42:02 +0100 Subject: [PATCH] Upgrade to latest linked-hash-map --- saphyr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index 91dac70..9515208 100644 --- a/saphyr/Cargo.toml +++ b/saphyr/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/chyh1990/yaml-rust" publish = false # this branch contains breaking changes [dependencies] -linked-hash-map = ">=0.0.9, <0.5" +linked-hash-map = ">=0.0.9, <0.6" [dev-dependencies] quickcheck = "0.4"