This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/bin/search.rs
+++ b/src/bin/search.rs
-@@ -26,7 +26,7 @@
+@@ -28,7 +28,7 @@
Options:
-h, --help Print this message
--index INDEX Registry index to search in
--color WHEN Coloring: auto, always, never
--- a/src/cargo/util/toml/mod.rs
+++ b/src/cargo/util/toml/mod.rs
-@@ -676,19 +676,19 @@
+@@ -693,19 +693,19 @@
bail!("virtual manifests do not define [package]");
}
if me.lib.is_some() {
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
-@@ -51,12 +51,12 @@
- [target.'cfg(unix)'.dependencies]
- openssl = "0.9"
+@@ -58,12 +58,12 @@
+ [target.'cfg(target_os = "macos")'.dependencies]
+ core-foundation = { version = "0.4.4", features = ["mac_os_10_7_support"] }
-[target.'cfg(windows)'.dependencies]
-advapi32-sys = "0.2"