diff --git a/.travis.yml b/.travis.yml
index 703329b70572757115337c633e3d72b952d90843..1b05af7bc6fe8bc77a3c3b7129501fa5a21494fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,7 +78,7 @@ matrix:
       rust: stable
     - os: linux
       env: TARGET=powerpc64-unknown-linux-gnu
-      rust: stable
+      rust: beta
     - os: linux
       env: TARGET=mips-unknown-linux-musl
       rust: stable
diff --git a/Cargo.lock b/Cargo.lock
index 33d0a20ae80549e935015bbaee4ccc48dc01d9ac..5332bf28bf747373e6d24a6c2f850166c9b7a0dd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,7 +2,7 @@
 name = "libc-test"
 version = "0.1.0"
 dependencies = [
- "ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
+ "ctest 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "libc 0.2.17",
 ]
 
@@ -14,7 +14,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 [[package]]
 name = "ctest"
 version = "0.1.0"
-source = "git+https://github.com/alexcrichton/ctest#2839e49847a6adca6e96cc81c46a1f03f8562ac0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
  "syntex_syntax 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -29,7 +29,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 name = "generate-files"
 version = "0.1.0"
 dependencies = [
- "ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
+ "ctest 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -99,7 +99,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [metadata]
 "checksum bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "32866f4d103c4e438b1db1158aa1b1a80ee078e5d77a59a2f906fd62a577389c"
-"checksum ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)" = "<none>"
+"checksum ctest 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8e8e44b9fb51a835b9193863b4b873dea29756cf4ba5151c0a6cc0f15fbdeb"
 "checksum gcc 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "91ecd03771effb0c968fd6950b37e89476a578aaf1c70297d8e92b6516ec3312"
 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
 "checksum libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index dfcf127c484b0400b76fc15657df2f8ee71a260d..4e7c88450e6ae133b8e8d0e3f8cd2a7cdc37d9f0 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -8,7 +8,4 @@ build = "build.rs"
 libc = { path = ".." }
 
 [build-dependencies]
-ctest = { git = "https://github.com/alexcrichton/ctest" }
-
-[replace]
-"gcc:0.3.35" = { git = "https://github.com/alexcrichton/gcc-rs" }
+ctest = "0.1"
diff --git a/libc-test/generate-files/Cargo.toml b/libc-test/generate-files/Cargo.toml
index 9615a63d491c661a43411a25195c3924ce642043..8c19856276227939556f63a8dda66c0304dc5807 100644
--- a/libc-test/generate-files/Cargo.toml
+++ b/libc-test/generate-files/Cargo.toml
@@ -13,4 +13,4 @@ name = "generate-files"
 path = "../build.rs"
 
 [dependencies]
-ctest = { git = "https://github.com/alexcrichton/ctest" }
+ctest = "0.1"