Skip to content

Commit 51153db

Browse files
committed
Update gcc crate dependency to 0.3.27.
This is to pull in changes to support ARM MUSL targets. This change also commits a couple of other cargo-generated changes to other dependencies in the various Cargo.toml files.
1 parent b8d3b46 commit 51153db

File tree

9 files changed

+22
-68
lines changed

9 files changed

+22
-68
lines changed

src/bootstrap/Cargo.lock

Lines changed: 9 additions & 9 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
@@ -29,6 +29,6 @@ getopts = "0.2"
2929
rustc-serialize = "0.3"
3030
winapi = "0.2"
3131
kernel32-sys = "0.2"
32-
gcc = "0.3.17"
32+
gcc = "0.3.27"
3333
libc = "0.2"
3434
md5 = "0.1"

src/liballoc_jemalloc/Cargo.toml

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

1717
[build-dependencies]
1818
build_helper = { path = "../build_helper" }
19-
gcc = "0.3.17"
19+
gcc = "0.3.27"
2020

2121
[features]
2222
debug = []

src/libflate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ crate-type = ["dylib"]
1111

1212
[build-dependencies]
1313
build_helper = { path = "../build_helper" }
14-
gcc = "0.3"
14+
gcc = "0.3.27"

src/librustc_llvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ rustc_bitflags = { path = "../librustc_bitflags" }
1717

1818
[build-dependencies]
1919
build_helper = { path = "../build_helper" }
20-
gcc = "0.3"
20+
gcc = "0.3.27"

src/librustdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ log = { path = "../liblog" }
2525

2626
[build-dependencies]
2727
build_helper = { path = "../build_helper" }
28-
gcc = "0.3"
28+
gcc = "0.3.27"

src/libstd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rustc_unicode = { path = "../librustc_unicode" }
2222

2323
[build-dependencies]
2424
build_helper = { path = "../build_helper" }
25-
gcc = "0.3"
25+
gcc = "0.3.27"
2626

2727
[features]
2828
jemalloc = ["alloc_jemalloc"]

src/rustc/Cargo.lock

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

src/rustc/std_shim/Cargo.lock

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

0 commit comments

Comments
 (0)