Update parking_lot and bump version (#593)

This commit is contained in:
Bastien Orivel 2018-07-07 23:21:53 +02:00 committed by Francesca Frangipane
parent 040d3f5d8b
commit c1ef1acfc0
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
# Version 0.16.2 (2018-07-07)
- On Windows, non-resizable windows now have the maximization button disabled. This is consistent with behavior on macOS and popular X11 WMs.
- Corrected incorrect `unreachable!` usage when guessing the DPI factor with no detected monitors.

View file

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.16.1"
version = "0.16.2"
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
keywords = ["windowing"]
@ -57,5 +57,5 @@ features = [
wayland-client = { version = "0.20.6", features = [ "dlopen", "egl", "cursor"] }
smithay-client-toolkit = "0.2.2"
x11-dl = "2.17.5"
parking_lot = "0.5"
parking_lot = "0.6"
percent-encoding = "1.0"