File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,6 @@ syntax = { path = "../libsyntax" }
28
28
syntax_pos = { path = " ../libsyntax_pos" }
29
29
lazy_static = " 1.0.0"
30
30
31
- [target .'cfg(target_arch = "x86")' .dependencies ]
32
- x86 = { git = " https://github.com/gz/rust-x86.git" }
33
-
34
- [target .'cfg(target_arch = "x86_64")' .dependencies ]
35
- x86 = { git = " https://github.com/gz/rust-x86.git" }
36
-
37
- [target .'cfg(windows)' .dependencies ]
38
- kernel32-sys = " 0.2.2"
39
- winapi = " 0.2.8"
40
-
41
31
# Note that these dependencies are a lie, they're just here to get linkage to
42
32
# work.
43
33
#
@@ -66,3 +56,13 @@ winapi = "0.2.8"
66
56
# later crate stop compiling. If you can remove this and everything
67
57
# compiles, then please feel free to do so!
68
58
flate2 = " 0.2"
59
+
60
+ [target .'cfg(target_arch = "x86")' .dependencies ]
61
+ x86 = { git = " https://github.com/gz/rust-x86.git" }
62
+
63
+ [target .'cfg(target_arch = "x86_64")' .dependencies ]
64
+ x86 = { git = " https://github.com/gz/rust-x86.git" }
65
+
66
+ [target .'cfg(windows)' .dependencies ]
67
+ kernel32-sys = " 0.2.2"
68
+ winapi = " 0.2.8"
You can’t perform that action at this time.
0 commit comments