Release 0.27.4 version

This commit is contained in:
Kirill Chibisov
2022-10-09 10:27:08 +03:00
parent 51986bce26
commit e7037c6ad0
3 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
# 0.27.4
- On Windows, emit `ReceivedCharacter` events on system keybindings.
- On Windows, fixed focus event emission on minimize.
- On X11, fixed IME crashing during reload.

View File

@@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.27.3"
version = "0.27.4"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
edition = "2021"

View File

@@ -6,7 +6,7 @@
```toml
[dependencies]
winit = "0.27.3"
winit = "0.27.4"
```
## [Documentation](https://docs.rs/winit)