Update parking_lot and bump version (#1109)

This commit is contained in:
Alex Touchet
2019-08-26 15:02:43 -07:00
committed by Osspial
parent 8119a7df13
commit 341fe47c56
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.19.2"
version = "0.19.3"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
keywords = ["windowing"]
@@ -66,5 +66,5 @@ features = [
wayland-client = { version = "0.21", features = [ "dlopen", "egl", "cursor"] }
smithay-client-toolkit = "0.4.3"
x11-dl = "2.18.3"
parking_lot = "0.8"
parking_lot = "0.9"
percent-encoding = "2.0"

View File

@@ -13,7 +13,7 @@ Please direct all work against `master`.
```toml
[dependencies]
winit = "0.19.2"
winit = "0.19.3"
```
## [Documentation](https://docs.rs/winit)