Skip to content

Commit 64dad39

Browse files
authored
m: Bump x11rb to v0.13
Signed-off-by: Uli Schlachter <[email protected]>
1 parent 0b8f10d commit 64dad39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tiny-xlib = { version = "0.2.1", optional = true }
3939
wayland-backend = { version = "0.3.0", features = ["client_system"], optional = true }
4040
wayland-client = { version = "0.31.0", optional = true }
4141
wayland-sys = "0.31.0"
42-
x11rb = { version = "0.12.0", features = ["allow-unsafe-code", "shm"], optional = true }
42+
x11rb = { version = "0.13.0", features = ["allow-unsafe-code", "shm"], optional = true }
4343

4444
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
4545
version = "0.52.0"

0 commit comments

Comments
 (0)