From 425e789bff8f98a84be1f334c7db50ee6dac9608 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 21 May 2024 18:09:55 -0700 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- c-gull/Cargo.toml | 4 ++-- c-scape/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1ca04e..e7b3b81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-ward" -version = "0.16.0" +version = "0.16.1" authors = [ "Dan Gohman ", ] diff --git a/c-gull/Cargo.toml b/c-gull/Cargo.toml index 6c356cd..b3e02ef 100644 --- a/c-gull/Cargo.toml +++ b/c-gull/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-gull" -version = "0.16.0" +version = "0.16.1" 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.16.0", default-features = false } +c-scape = { path = "../c-scape", version = "0.16.1", default-features = false } errno = { version = "0.3.3", default-features = false, optional = true } tz-rs = { version = "0.6.11", default-features = false, optional = true } rustix = { version = "0.38.31", default-features = false, optional = true, features = ["fs", "itoa", "net", "param", "process", "procfs", "rand", "termios", "thread", "time"] } diff --git a/c-scape/Cargo.toml b/c-scape/Cargo.toml index 3bf5879..1938c03 100644 --- a/c-scape/Cargo.toml +++ b/c-scape/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-scape" -version = "0.16.0" +version = "0.16.1" authors = [ "Dan Gohman ", ]