From 93ae3476033cf7a90157ef6827dcb3e79f360e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 8 May 2019 06:18:39 +0000 Subject: [PATCH] Update lalrpop requirement from 0.16.1 to 0.17.0 Updates the requirements on [lalrpop](https://github.com/lalrpop/lalrpop) to permit the latest version. - [Release notes](https://github.com/lalrpop/lalrpop/releases) - [Changelog](https://github.com/lalrpop/lalrpop/blob/0.17.0/RELEASES.md) - [Commits](https://github.com/lalrpop/lalrpop/compare/0.16.1...0.17.0) Signed-off-by: dependabot[bot] --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 35304f1..19e87b9 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -23,7 +23,7 @@ proc-macro-hack = "0.5.2" quote = "0.6.10" [build-dependencies] -lalrpop = "0.16.1" +lalrpop = "0.17.0" version_check = "0.1.5" [features]