Skip to content

Commit

Permalink
Raised minimum version of x11-dl.
Browse files Browse the repository at this point in the history
This fixes a compilation error in release mode on X11.

Issue rust-windowing#620
  • Loading branch information
azriel91 committed Aug 5, 2018
1 parent a32f7f2 commit 6109da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ features = [
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
wayland-client = { version = "0.20.10", features = [ "dlopen", "egl", "cursor"] }
smithay-client-toolkit = "0.2.6"
x11-dl = "2.17.5"
x11-dl = "2.18.3"
parking_lot = "0.6"
percent-encoding = "1.0"

0 comments on commit 6109da2

Please sign in to comment.