diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-05 12:57:18 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-05-07 00:13:05 +0300 |
commit | 5ca354c4fce8d2f276e0018d771545e7e6eb4863 (patch) | |
tree | 86872d350b4be001b5e30d88ee3a011fd63cc117 /alacritty_terminal | |
parent | 45f204d7088a905affbf7455baf84284ffb5434d (diff) | |
download | alacritty-5ca354c4fce8d2f276e0018d771545e7e6eb4863.tar.gz alacritty-5ca354c4fce8d2f276e0018d771545e7e6eb4863.zip |
Alacritty version 0.12.1-rc1v0.12.1-rc1
Diffstat (limited to 'alacritty_terminal')
-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 72742aa7..388a96f9 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.18.0" +version = "0.19.0-rc1" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |