Skip to content

Commit

Permalink
Merge jethrogb#13
Browse files Browse the repository at this point in the history
13: Bump clang-sys to 0.28.0 r=jethrogb a=eclipseo

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>

Co-authored-by: Robert-André Mauchin <zebob.m@gmail.com>
Co-authored-by: Jethro Beekman <jethro@jbeekman.nl>
  • Loading branch information
3 people committed Mar 19, 2019
2 parents a31be71 + fec4a35 commit e8d24d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cexpr"
version = "0.3.4"
version = "0.3.5"
authors = ["Jethro Beekman <jethro@jbeekman.nl>"]
license = "Apache-2.0/MIT"
description = "A C expression parser and evaluator"
Expand All @@ -15,4 +15,4 @@ travis-ci = { repository = "jethrogb/rust-cexpr" }
nom = {version = "^4", features = ["verbose-errors"] }

[dev-dependencies]
clang-sys = ">= 0.13.0, < 0.28.0"
clang-sys = ">= 0.13.0, < 0.29.0"

0 comments on commit e8d24d9

Please sign in to comment.