aboutsummaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-05-03 21:47:41 +0200
committerJosh Rahm <rahm@google.com>2024-08-14 15:42:41 -0600
commit6389f9a409f70be69fb7f889ff7989700579f03c (patch)
tree22ff397f5e4d95dc6ef98aa975784504fad0ddcf /alacritty
parent832ae01aefe28efaeff9b98234afabd8649f887e (diff)
downloadr-alacritty-6389f9a409f70be69fb7f889ff7989700579f03c.tar.gz
r-alacritty-6389f9a409f70be69fb7f889ff7989700579f03c.tar.bz2
r-alacritty-6389f9a409f70be69fb7f889ff7989700579f03c.zip
Bump alacritty_terminal to 0.24.1-dev
This is only an update to the development version and does not represent a stable release.
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index b305197e..7fcbb13a 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.23.0-dev"
+version = "0.24.1-dev"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"