Bump linked-hash-map dependency

This commit is contained in:
David Tolnay 2016-06-29 19:10:37 -07:00
parent 71a14261e4
commit 357db9737c

View File

@ -17,5 +17,5 @@ preserve_order = ["linked-hash-map", "linked-hash-map/serde_impl"]
serde = "^0.7.0"
num-traits = "~0.1.32"
clippy = { version = "^0.*", optional = true }
linked-hash-map = { version = "0.0.11", optional = true }
linked-hash-map = { version = "0.1", optional = true }
itoa = "0.1"