diff --git a/Cargo.toml b/Cargo.toml index ae02185..3e2bd8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-ward" -version = "0.15.6" +version = "0.15.7" authors = [ "Dan Gohman ", ] diff --git a/c-gull/Cargo.toml b/c-gull/Cargo.toml index 14cce43..43e7fb4 100644 --- a/c-gull/Cargo.toml +++ b/c-gull/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-gull" -version = "0.15.6" +version = "0.15.7" authors = [ "Dan Gohman ", ] @@ -15,7 +15,7 @@ keywords = ["linux", "libc"] # We use the libc crate for C ABI types and constants, but we don't depend on # the actual platform libc. libc = { version = "0.2.138", default-features = false } -c-scape = { path = "../c-scape", version = "0.15.6", default-features = false } +c-scape = { path = "../c-scape", version = "0.15.7", default-features = false } errno = { version = "0.3.3", default-features = false, optional = true } tz-rs = { version = "0.6.11", default-features = false, optional = true } printf-compat = { version = "0.1.1", optional = true } diff --git a/c-scape/Cargo.toml b/c-scape/Cargo.toml index 34b6c10..a6d210e 100644 --- a/c-scape/Cargo.toml +++ b/c-scape/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-scape" -version = "0.15.6" +version = "0.15.7" authors = [ "Dan Gohman ", ]