Skip to content

Commit 1a47ec7

Browse files
authored
Merge pull request rust-lang#7 from JohnTitor/fork-syntex
Use fork syntex to compile fine
2 parents 2ec958a + 8150717 commit 1a47ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Automated tests of FFI bindings.
1515
"""
1616

1717
[dependencies]
18-
syntex_syntax2 = "0.0.2"
18+
syntex_syntax2 = { git = "https://github.com/JohnTitor/syntex", branch = "master" }
1919
cc = "1.0.1"
2020
rustc_version = "0.2"
2121

0 commit comments

Comments
 (0)