File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ bench = false
15
15
cfg-if = " 1.0"
16
16
rustc-demangle = " 0.1.21"
17
17
libc = { version = " 0.2.146" , default-features = false }
18
- addr2line = { version = " 0.21.0" , default-features = false , optional = true }
19
- miniz_oxide = { version = " 0.7" , default-features = false }
20
18
21
- [dependencies .object ]
19
+ [target .'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))' .dependencies ]
20
+ miniz_oxide = { version = " 0.7.0" , optional = true , default-features = false }
21
+ addr2line = { version = " 0.21.0" , optional = true , default-features = false }
22
+
23
+ [target .'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))' .dependencies .object ]
22
24
version = " 0.32.0"
23
25
default-features = false
24
26
optional = true
@@ -30,4 +32,4 @@ cc = "1.0.67"
30
32
31
33
[features ]
32
34
default = [' backtrace' ]
33
- backtrace = [' addr2line' , ' object' ]
35
+ backtrace = [' addr2line' , ' miniz_oxide ' , ' object' ]
You can’t perform that action at this time.
0 commit comments