Skip to content

Commit

Permalink
Update the version number for the next release
Browse files Browse the repository at this point in the history
Signed-off-by: Uli Schlachter <[email protected]>
  • Loading branch information
psychon committed May 1, 2024
1 parent d661ba3 commit 9e97a17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions x11rb-async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion x11rb-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x11rb-protocol"
version = "0.13.0"
version = "0.13.1"
description = "Rust bindings to X11"
authors = [
"Uli Schlachter <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions x11rb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "x11rb"
version = "0.13.0"
version = "0.13.1"
description = "Rust bindings to X11"
authors = [
"Uli Schlachter <[email protected]>",
Expand All @@ -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 }
Expand Down

0 comments on commit 9e97a17

Please sign in to comment.