diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-10-10 01:57:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 22:57:06 +0000 |
commit | 182086f59c0148508c31d359eaee2cfef059f45c (patch) | |
tree | d3246c54aa16da9f787c5113a2b97b169b1cc59f | |
parent | d72142482209e720707e4258727202679a36a4fe (diff) | |
download | alacritty-182086f59c0148508c31d359eaee2cfef059f45c.tar.gz alacritty-182086f59c0148508c31d359eaee2cfef059f45c.zip |
Bump winit to 0.27.4
Fixes #6370.
Fixes #6356.
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2036,9 +2036,9 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" [[package]] name = "winit" -version = "0.27.3" +version = "0.27.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a22e94ba35ca3ff11820044bfa0dc48b95a3a15569c0068555566a12ef41c9e5" +checksum = "37f64802920c4c35d12a53dad5e0c55bbc3004d8dc4f2e4dd64ad02c5665d7aa" dependencies = [ "bitflags", "cocoa", |