diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-03-05 09:21:04 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2023-03-06 08:19:58 +0100 |
commit | d27e0f7a640f4ad97bb6cc3eceec581d89a21d4c (patch) | |
tree | 2668fa055ffb7ff8decad545896375ca9c9a2119 /alacritty_config | |
parent | 841558201ecfc961d879520101d8470afda2ee92 (diff) | |
download | alacritty-d27e0f7a640f4ad97bb6cc3eceec581d89a21d4c.tar.gz alacritty-d27e0f7a640f4ad97bb6cc3eceec581d89a21d4c.zip |
Bump winit to 0.28.2
This also bumps copypasta and sctk-adwaita.
Fixes #6744.
Fixes #6702.
Fixes #6696.
Fixes #2741.
Diffstat (limited to 'alacritty_config')
-rw-r--r-- | alacritty_config/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_config/Cargo.toml b/alacritty_config/Cargo.toml index 047dd0b4..089ac96c 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -14,4 +14,4 @@ serde_yaml = "0.8.24" serde = "1.0.137" [target.'cfg(target_os = "macos")'.dependencies] -winit = { version = "0.28.1", default-features = false, features = ["serde"] } +winit = { version = "0.28.2", default-features = false, features = ["serde"] } |