diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-02-05 14:53:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 13:53:41 +0000 |
commit | 6484ab84db0c9558547903616401150ae5bbf796 (patch) | |
tree | e99fd803d0bc59c0bb9cfc8178eafdf899b92f2d /alacritty_terminal | |
parent | 20e3040be0a4ca75a41525e91996adf1a7bc6445 (diff) | |
download | alacritty-6484ab84db0c9558547903616401150ae5bbf796.tar.gz alacritty-6484ab84db0c9558547903616401150ae5bbf796.zip |
Bump alacritty_terminal to 0.22.1
This is only an update to the development version and does not represent
a stable release.
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 85cead2d..18ccdf11 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.20.1-dev" +version = "0.22.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |