File fix-metadata.diff of Package rust-quickcheck
diff --git a/Cargo.toml b/Cargo.toml index aa4ad58..59c3a4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ repository = "https://github.com/BurntSushi/quickcheck" [lib] name = "quickcheck" [dependencies.env_logger] -version = "0.8.2" +version = "0.11" optional = true default-features = false