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

17 lines
370 B

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