Skip to content

Commit 03419c8

Browse files
committed
Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support
1 parent a6cfdd2 commit 03419c8

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

src/Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cmake = "0.1.23"
3434
filetime = "0.1"
3535
num_cpus = "1.0"
3636
getopts = "0.2"
37-
cc = "1.0"
37+
cc = "1.0.1"
3838
libc = "0.2"
3939
serde = "1.0.8"
4040
serde_derive = "1.0.8"

src/liballoc_jemalloc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libc = { path = "../rustc/libc_shim" }
1919

2020
[build-dependencies]
2121
build_helper = { path = "../build_helper" }
22-
cc = "1.0"
22+
cc = "1.0.1"
2323

2424
[features]
2525
debug = []

src/libprofiler_builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ doc = false
1515
core = { path = "../libcore" }
1616

1717
[build-dependencies]
18-
cc = "1.0"
18+
cc = "1.0.1"

src/librustc_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
1818

1919
[build-dependencies]
2020
build_helper = { path = "../build_helper" }
21-
cc = "1.0"
21+
cc = "1.0.1"

src/librustc_trans/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ syntax = { path = "../libsyntax" }
3232
syntax_pos = { path = "../libsyntax_pos" }
3333

3434
[target."cfg(windows)".dependencies]
35-
cc = "1.0"
35+
cc = "1.0.1"

src/librustdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ html-diff = "0.0.4"
1818

1919
[build-dependencies]
2020
build_helper = { path = "../build_helper" }
21-
cc = "1.0"
21+
cc = "1.0.1"

src/libstd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rustc_tsan = { path = "../librustc_tsan" }
3636

3737
[build-dependencies]
3838
build_helper = { path = "../build_helper" }
39-
cc = "1.0"
39+
cc = "1.0.1"
4040

4141
[features]
4242
backtrace = []

src/rustc/compiler_builtins_shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ doctest = false
3030
core = { path = "../../libcore" }
3131

3232
[build-dependencies]
33-
cc = "1.0"
33+
cc = "1.0.1"
3434

3535
[features]
3636
c = []

0 commit comments

Comments
 (0)