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.
rust-nix/nix-0.9.0-fix-metadata.diff

18 lines
384 B

--- nix-0.9.0/Cargo.toml 2017-07-24T05:08:20+02:00
+++ nix-0.9.0/Cargo.toml 2018-01-01T12:25:38.311243+01:00
@@ -21,11 +21,11 @@
void = "1.0.2"
[dev-dependencies]
-lazy_static = "0.2"
-rand = "0.3.8"
+lazy_static = "1"
+rand = "0.4"
tempdir = "0.3"
tempfile = "2"
-nix-test = { path = "nix-test", version = "0.0.1" }
+nix-test = { version = "0.0.1" }
[[test]]
name = "test"