Skip to content

Commit 80e83e6

Browse files
authored
Merge pull request #433 from alexcrichton/update
Try to fix powerpc64 and update to crates.io ctest
2 parents 4260022 + 78070bd commit 80e83e6

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ matrix:
7878
rust: stable
7979
- os: linux
8080
env: TARGET=powerpc64-unknown-linux-gnu
81-
rust: stable
81+
rust: beta
8282
- os: linux
8383
env: TARGET=mips-unknown-linux-musl
8484
rust: stable

Cargo.lock

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

libc-test/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ build = "build.rs"
88
libc = { path = ".." }
99

1010
[build-dependencies]
11-
ctest = { git = "https://github.com/alexcrichton/ctest" }
12-
13-
[replace]
14-
"gcc:0.3.35" = { git = "https://github.com/alexcrichton/gcc-rs" }
11+
ctest = "0.1"

libc-test/generate-files/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ name = "generate-files"
1313
path = "../build.rs"
1414

1515
[dependencies]
16-
ctest = { git = "https://github.com/alexcrichton/ctest" }
16+
ctest = "0.1"

0 commit comments

Comments
 (0)