diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-06-23 17:56:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 17:56:19 +0300 |
commit | da554e41f3a91ed6cc5db66b23bf65c58529db83 (patch) | |
tree | 29f2869d6552510b47977eaec24a86d23620ed7e /alacritty | |
parent | 0d4ab7bca43213d96ddfe40048fc0f922543c6f8 (diff) | |
download | r-alacritty-da554e41f3a91ed6cc5db66b23bf65c58529db83.tar.gz r-alacritty-da554e41f3a91ed6cc5db66b23bf65c58529db83.tar.bz2 r-alacritty-da554e41f3a91ed6cc5db66b23bf65c58529db83.zip |
Bump winit to 0.30.3
Fixes #8046.
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 1abf4912..a2fd0433 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -39,7 +39,7 @@ serde_json = "1" serde_yaml = "0.9.25" toml = "0.8.2" unicode-width = "0.1" -winit = { version = "0.30.2", default-features = false, features = ["rwh_06", "serde"] } +winit = { version = "0.30.3", default-features = false, features = ["rwh_06", "serde"] } [build-dependencies] gl_generator = "0.14.0" |