diff --git a/Cargo.toml b/Cargo.toml index e3b218c..e1b1a62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-ward" -version = "0.19.1" +version = "0.19.2" authors = [ "Dan Gohman ", ] diff --git a/c-gull/Cargo.toml b/c-gull/Cargo.toml index 6b6fd7c..d44be9b 100644 --- a/c-gull/Cargo.toml +++ b/c-gull/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-gull" -version = "0.19.1" +version = "0.19.2" 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.155", default-features = false } -c-scape = { path = "../c-scape", version = "0.19.1", default-features = false } +c-scape = { path = "../c-scape", version = "0.19.2", default-features = false } errno = { version = "0.3.3", default-features = false, optional = true } tz-rs = { version = "0.7.0", 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 c439510..4eff4c1 100644 --- a/c-scape/Cargo.toml +++ b/c-scape/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-scape" -version = "0.19.1" +version = "0.19.2" authors = [ "Dan Gohman ", ]