Skip to content

Commit 6037f43

Browse files
committed
fix Cargo.toml
1 parent c9f28a4 commit 6037f43

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/librustc/Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ syntax = { path = "../libsyntax" }
2828
syntax_pos = { path = "../libsyntax_pos" }
2929
lazy_static = "1.0.0"
3030

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-
4131
# Note that these dependencies are a lie, they're just here to get linkage to
4232
# work.
4333
#
@@ -66,3 +56,13 @@ winapi = "0.2.8"
6656
# later crate stop compiling. If you can remove this and everything
6757
# compiles, then please feel free to do so!
6858
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"

0 commit comments

Comments
 (0)