Skip to content

Commit 401ba79

Browse files
authored
Merge pull request #1781 from JohnTitor/ctest
Change branch specification
2 parents c047ca0 + c4aed60 commit 401ba79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default-features = false
1111
[build-dependencies]
1212
cc = "1.0"
1313
# FIXME: Use fork ctest until the maintainer gets back.
14-
ctest = { git = "https://github.com/JohnTitor/ctest.git", branch = "master" }
14+
ctest = { git = "https://github.com/JohnTitor/ctest.git", branch = "old-ctest" }
1515

1616
[features]
1717
default = [ "std" ]

0 commit comments

Comments
 (0)