Specify more relaxed dependency versions and bump the version
... | ... | @@ -2,15 +2,15 @@ |
name = "cbindgen" | ||
description = "A tool for generating C bindings to Rust code." | ||
license = "MPL-2.0" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>", "Kartikaya Gupta <kats@mozilla.com>", "Ryan Hunt <rhunt@eqrion.net>"] | ||
repository = "https://github.com/rlhunt/cbindgen/" | ||
exclude = ["examples/**"] | ||
[dependencies] | ||
clap = "2.23.2" | ||
clap = "2" | ||
log = "0.3" | ||
[dependencies.syn] | ||
version = "0.11.8" | ||
version = "0.11" | ||
features = ["full"] |
Please register or sign in to comment