From 341fe47c56ee11150b2b1fec4838410e642de1c3 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Mon, 26 Aug 2019 15:02:43 -0700 Subject: [PATCH] Update parking_lot and bump version (#1109) --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 59a2e0c73..6dbbf726a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.19.2" +version = "0.19.3" authors = ["The winit contributors", "Pierre Krieger "] 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" diff --git a/README.md b/README.md index 3c18ec453..a282b5419 100644 --- a/README.md +++ b/README.md @@ -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)