aboutsummaryrefslogtreecommitdiff
path: root/alacritty/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-04-18 22:58:15 +0400
committerGitHub <noreply@github.com>2024-04-18 22:58:15 +0400
commitd28868855afd769209a7ac81692cdbaa67be2905 (patch)
tree996b114011236e84bb988e1bfb58fe00a21206fd /alacritty/Cargo.toml
parentd4f2f8577f763df059653dfab733dfe6ddc06913 (diff)
downloadalacritty-d28868855afd769209a7ac81692cdbaa67be2905.tar.gz
alacritty-d28868855afd769209a7ac81692cdbaa67be2905.zip
Fix window being focused by default
Winit explicitly states that the window is not focused by default and the `Focused` event will deliver the state later on. Also start adding notable changes to alacritty_terminal in its own CHANGELOG. Closes #7866.
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r--alacritty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index cbdd2b00..b305197e 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -12,7 +12,7 @@ rust-version = "1.70.0"
[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
-version = "0.22.1-dev"
+version = "0.23.0-dev"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"