Skip to content

Commit

Permalink
Use garando_syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jun 1, 2020
1 parent df344ed commit 732c7b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Automated tests of FFI bindings.
"""

[dependencies]
syntex_syntax2 = { git = "https://github.com/JohnTitor/syntex", branch = "master", version = "0.0.2" }
garando_syntax = "0.1"
cc = "1.0.1"
rustc_version = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#![allow(bare_trait_objects)]

extern crate cc;
extern crate syntex_syntax2 as syntax;
extern crate garando_syntax as syntax;

extern crate rustc_version;

Expand Down

0 comments on commit 732c7b5

Please sign in to comment.