diff --git a/Cargo.toml b/Cargo.toml index eaa44cf..5984ac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-ward" -version = "0.20.2" +version = "0.20.3" authors = [ "Dan Gohman ", ] diff --git a/c-gull/Cargo.toml b/c-gull/Cargo.toml index e7e783d..0bab915 100644 --- a/c-gull/Cargo.toml +++ b/c-gull/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-gull" -version = "0.20.2" +version = "0.20.3" 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.20.2", default-features = false } +c-scape = { path = "../c-scape", version = "0.20.3", 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 d6d83f5..8417e66 100644 --- a/c-scape/Cargo.toml +++ b/c-scape/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-scape" -version = "0.20.2" +version = "0.20.3" authors = [ "Dan Gohman ", ]