Skip to content

Commit

Permalink
Bump linked-hash-map dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 30, 2016
1 parent 71a1426 commit 357db97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 357db97

Please sign in to comment.