Set minimum x11-dl version to include Z (#484)

Without this pin, an existing cargo.lock for an older winit will not
update the x11-dl dependency, and thus will select a version that is
missing required new XIM features.
This commit is contained in:
Branan Riley 2018-04-26 08:53:11 -07:00 committed by Francesca Frangipane
parent 4641433c6a
commit 7510b95d8c

View file

@ -48,5 +48,5 @@ wayland-client = { version = "0.12.0", features = ["dlopen"] }
wayland-protocols = { version = "0.12.0", features = ["unstable_protocols"] }
wayland-kbd = "0.13.0"
wayland-window = "0.13.0"
x11-dl = "2.17"
x11-dl = "2.17.5"
percent-encoding = "1.0"