Blame backtrace-fix-metadata.diff

8afa9b9
--- backtrace-0.3.14/Cargo.toml	1970-01-01T01:00:00+01:00
8afa9b9
+++ backtrace-0.3.14/Cargo.toml	2019-03-10T11:25:48.303334+01:00
760cad7
@@ -22,6 +22,7 @@
7937b48
 readme = "README.md"
7937b48
 license = "MIT/Apache-2.0"
7937b48
 repository = "https://github.com/alexcrichton/backtrace-rs"
760cad7
+exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
760cad7
 
760cad7
 [[example]]
760cad7
 name = "backtrace"
8afa9b9
@@ -88,12 +89,9 @@
1db8ebb
 version = "0.1"
7937b48
 
7937b48
 [features]
7937b48
-coresymbolication = []
760cad7
-dbghelp = []
760cad7
-default = ["std", "libunwind", "libbacktrace", "coresymbolication", "dladdr", "dbghelp"]
760cad7
+default = ["std", "libunwind", "libbacktrace", "dladdr"]
7937b48
 dladdr = []
8afa9b9
 gimli-symbolize = ["addr2line", "findshlibs", "gimli", "memmap", "object"]
7937b48
-kernel32 = []
760cad7
 libbacktrace = ["backtrace-sys", "std"]
7937b48
 libunwind = []
7937b48
 serialize-rustc = ["rustc-serialize"]
8afa9b9
@@ -106,6 +104,3 @@
4c926ef
 [target."cfg(any(unix, target_env = \"sgx\"))".dependencies.libc]
760cad7
 version = "0.2.45"
760cad7
 default-features = false
7937b48
-[target."cfg(windows)".dependencies.winapi]
7937b48
-version = "0.3.3"
760cad7
-features = ["dbghelp", "processthreadsapi", "winnt", "minwindef"]