You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
375 B
10 lines
375 B
--- yaml-rust-0.3.5/Cargo.toml 2016-11-25T10:16:13+01:00
|
|
+++ yaml-rust-0.3.5/Cargo.toml 2017-11-09T18:16:22.254274+01:00
|
|
@@ -12,5 +12,4 @@
|
|
preserve_order = ["linked-hash-map"]
|
|
|
|
[dependencies]
|
|
-clippy = { version = "^0.*", optional = true }
|
|
-linked-hash-map = { version = ">=0.0.9, <0.4", optional = true }
|
|
+linked-hash-map = { version = ">=0.0.9, <0.6", optional = true }
|