From d6743ab0c7213593e2f879816da03f8cce14276d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 8 May 2017 11:03:03 -0700 Subject: [PATCH] Allow the newest linked-hash-map Closes #52 and closes #55 and closes #63. --- saphyr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/Cargo.toml b/saphyr/Cargo.toml index 651a11f..00688e7 100644 --- a/saphyr/Cargo.toml +++ b/saphyr/Cargo.toml @@ -11,7 +11,7 @@ publish = false # this branch contains breaking changes [dependencies] clippy = { version = "^0.*", optional = true } -linked-hash-map = ">=0.0.9, <0.4" +linked-hash-map = ">=0.0.9, <0.5" [dev-dependencies] quickcheck = "0.4"