From 578e08486dfcdee0b2cd0e7a66752ff50edc46b8 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Wed, 26 Oct 2022 23:04:35 +0300 Subject: [PATCH] Update winit to 0.27.5 Fixes #6396. --- CHANGELOG.md | 1 + Cargo.lock | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0bcc33..2bc9fe55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Dotted underline not shown on macOS - Underline on macOS always being at the bottom of the cell - Crash with `OT-SVG` fonts on Linux/BSD +- Crash during text compose on old GNOME under Wayland ## 0.11.0 diff --git a/Cargo.lock b/Cargo.lock index f78352a6..a545c28d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,9 +2036,9 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" [[package]] name = "winit" -version = "0.27.4" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f64802920c4c35d12a53dad5e0c55bbc3004d8dc4f2e4dd64ad02c5665d7aa" +checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c" dependencies = [ "bitflags", "cocoa",