diff --git a/x11rb-async/Cargo.toml b/x11rb-async/Cargo.toml index 6596d22a..90b2e0dc 100644 --- a/x11rb-async/Cargo.toml +++ b/x11rb-async/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x11rb-async" -version = "0.13.0" +version = "0.13.1" description = "Async Rust bindings to X11" authors = [ "Uli Schlachter ", @@ -21,8 +21,8 @@ blocking = "1.5" event-listener = "5.0" futures-lite = "2.2" tracing = { version = "0.1.33", default-features = false } -x11rb = { version = "0.13.0", path = "../x11rb", default-features = false } -x11rb-protocol = { version = "0.13.0", default-features = false, features = ["std"], path = "../x11rb-protocol" } +x11rb = { version = "0.13.1", path = "../x11rb", default-features = false } +x11rb-protocol = { version = "0.13.1", default-features = false, features = ["std"], path = "../x11rb-protocol" } [features] # Enable this feature to enable all the X11 extensions diff --git a/x11rb-protocol/Cargo.toml b/x11rb-protocol/Cargo.toml index 0e2969d8..a8aadb0b 100644 --- a/x11rb-protocol/Cargo.toml +++ b/x11rb-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x11rb-protocol" -version = "0.13.0" +version = "0.13.1" description = "Rust bindings to X11" authors = [ "Uli Schlachter ", diff --git a/x11rb/Cargo.toml b/x11rb/Cargo.toml index ff0c6ded..b4981e30 100644 --- a/x11rb/Cargo.toml +++ b/x11rb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x11rb" -version = "0.13.0" +version = "0.13.1" description = "Rust bindings to X11" authors = [ "Uli Schlachter ", @@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0" keywords = ["xcb", "X11"] [dependencies] -x11rb-protocol = { version = "0.13.0", default-features = false, features = ["std"], path = "../x11rb-protocol" } +x11rb-protocol = { version = "0.13.1", default-features = false, features = ["std"], path = "../x11rb-protocol" } libc = { version = "0.2", optional = true } libloading = { version = "0.8.0", optional = true } once_cell = { version = "1.19", optional = true }