Skip to content

Commit 57cad57

Browse files
timonvoJorge Aparicio
authored and
Jorge Aparicio
committedJul 30, 2016
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 7f7969e commit 57cad57

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed
 

‎src/bootstrap/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/liballoc_jemalloc/Cargo.toml

+1-1
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

+1-1
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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ log = { path = "../liblog" }
2828

2929
[build-dependencies]
3030
build_helper = { path = "../build_helper" }
31-
gcc = "0.3"
31+
gcc = "0.3.27"

‎src/libstd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ unwind = { path = "../libunwind" }
2424

2525
[build-dependencies]
2626
build_helper = { path = "../build_helper" }
27-
gcc = "0.3"
27+
gcc = "0.3.27"
2828

2929
[features]
3030
backtrace = []

‎src/rustc/std_shim/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.