From 537272c5a764dc97414a50e535039232506fe174 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 25 Oct 2016 20:55:15 -0700 Subject: update lalrpop version in Cargo.toml --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 01c7568..bd19bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["bnewbold "] build = "src/build.rs" # eg, LALRPOP preprocessing [build-dependencies] -lalrpop = "0.12.0" +lalrpop = "0.12" [dependencies] getopts = "^0.2" @@ -17,6 +17,3 @@ lalrpop-util = "0.12" # parser util rustc-serialize = "0.3" docopt = "0.6" - -[replace] -"lalrpop:0.12.0" = { path = "/home/bnewbold/src/lalrpop/lalrpop" } -- cgit v1.2.3