diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-12-14 02:07:57 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-12-22 23:22:32 +0000 |
commit | 0ccac0f99d61bc97bc2a9ab0efb2e1d90cb4c8df (patch) | |
tree | 2018fa43ebda9d2251e7a021f19e886ba556c1f9 /alacritty_terminal/Cargo.toml | |
parent | b45d2dbe5f8c0743971e870ae8e07d22fe0e4e3b (diff) | |
download | alacritty-v0.14.tar.gz alacritty-v0.14.zip |
Alacritty version 0.14.1-rc1v0.14.1-rc1alacritty_terminal_v0.24.2-rc1v0.14
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index aca99825..0727ef36 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.24.1" +version = "0.24.2-rc1" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |