From 254077163fe9cd7eccbef5a0acf74d28b1fa4716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sun, 17 Mar 2019 17:38:46 +0100 Subject: [PATCH] Bump to 0.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b37acd..03a5e7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ keywords = ["C","expression","parser"] nom = {version = "^4", features = ["verbose-errors"] } [dev-dependencies] -clang-sys = ">= 0.13.0, < 0.28.0" +clang-sys = ">= 0.13.0, < 0.29.0"