Skip to content

Commit 28023d9

Browse files
author
Matthew Russo
authored
upgrades x11-dl to 2.18.5 to fix #376 (#1517)
x11-dl was using std::mem::uninitialized incorrectly and when rustlang added MaybeUninit and intrinsic panics on UB caused by improper use of uninitialized (see rust-lang/rust/pull/69922) it caused issues with X11 initialization. x11-dl pr AltF02/x11-rs/pull/101 updated x11-dl to use MaybeUninit correctly
1 parent c2aed19 commit 28023d9

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
@@ -78,7 +78,7 @@ wayland-client = { version = "0.23.0", features = [ "dlopen", "egl", "cursor", "
7878
mio = "0.6"
7979
mio-extras = "2.0"
8080
smithay-client-toolkit = "^0.6.6"
81-
x11-dl = "2.18.3"
81+
x11-dl = "2.18.5"
8282
percent-encoding = "2.0"
8383

8484
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "windows"))'.dependencies.parking_lot]

0 commit comments

Comments
 (0)