diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-06-01 06:20:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 06:20:42 +0000 |
commit | c723247c26d00e26d645cb97fa7c73b65260aef3 (patch) | |
tree | f663e4e3921bae516ff46ae46a8c757a331da362 /alacritty_terminal/Cargo.toml | |
parent | 04114e75133ed385624f06d3019c912e366e620a (diff) | |
download | alacritty-ac2fdc45ef1750d07a4166a3d7f375e2235f1b38.tar.gz alacritty-ac2fdc45ef1750d07a4166a3d7f375e2235f1b38.zip |
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 2351d779..bcc69c19 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.4.3-rc1" +version = "0.4.3" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |