diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-10-26 23:04:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 23:04:35 +0300 |
commit | 578e08486dfcdee0b2cd0e7a66752ff50edc46b8 (patch) | |
tree | 16c9a6e306cda113af75d9bec14e6b31299aa8bc | |
parent | 2a2d38fcaa0c98262885681b901d67fea231bc50 (diff) | |
download | alacritty-578e08486dfcdee0b2cd0e7a66752ff50edc46b8.tar.gz alacritty-578e08486dfcdee0b2cd0e7a66752ff50edc46b8.zip |
Update winit to 0.27.5
Fixes #6396.
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | 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 @@ -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", |