From 6d0561fa3107bee42c326e040fce7ce86525e9fc Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Fri, 10 Jul 2020 07:44:57 +0200 Subject: [PATCH] Update Cargo.toml (#162) --- parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index ec52263..9444efa 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -linked-hash-map = ">=0.0.9, <0.6" +linked-hash-map = "0.5.3" [dev-dependencies] quickcheck = "0.9"