Skip to content

Commit

Permalink
Fix travis errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbartlensky committed Jan 14, 2019
1 parent 2fe812c commit 98e3941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions luacompiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ name = "luacompiler"
path = "src/lib/mod.rs"

[dependencies]
cfgrammar = { git="https://github.com/softdevteam/grmtools" }
lrlex = { git="https://github.com/softdevteam/grmtools" }
lrpar = { git="https://github.com/softdevteam/grmtools" }
lrtable = { git="https://github.com/softdevteam/grmtools" }
cfgrammar = "0.1"
lrlex = "0.1"
lrpar = "0.1"
bincode = "1.0.1"
serde = "1.0.80"
serde_derive = "1.0"
Expand All @@ -26,5 +25,6 @@ version = "2.32"
default-features = false

[build-dependencies]
lrpar = { git="https://github.com/softdevteam/grmtools" }
lrlex = { git="https://github.com/softdevteam/grmtools" }
cfgrammar = "0.1"
lrlex = "0.1"
lrpar = "0.1"
1 change: 0 additions & 1 deletion luacompiler/src/lib/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extern crate cfgrammar;
extern crate lrlex;
#[macro_use]
extern crate lrpar;
extern crate lrtable;
#[macro_use]
extern crate serde_derive;
extern crate bincode;
Expand Down

0 comments on commit 98e3941

Please sign in to comment.