Skip to content

Commit

Permalink
Set minimum x11-dl version to include Z
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Branan Riley committed Apr 26, 2018
1 parent 4641433 commit 676874e
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 @@ -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"

0 comments on commit 676874e

Please sign in to comment.