diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-03-15 22:50:54 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-03-19 02:20:53 +0100 |
commit | e98f052e64c60bab6ad3cbad8e314e991d2e272b (patch) | |
tree | 32ba7fcb0ab438595ec9111614d95b20aadc6d0b /alacritty_terminal | |
parent | 215a0becb6da37e432eccdbdd8f165a864e9864a (diff) | |
download | alacritty-0.13.2-rc1.tar.gz alacritty-0.13.2-rc1.zip |
Alacritty version 0.13.2-rc1v0.13.2-rc1alacritty_terminal_v0.23.0-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 c0cc5072..e49fd029 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.21.0" +version = "0.23.0-rc1" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |