diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-01-06 06:56:09 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-01-06 08:59:54 +0100 |
commit | 57da0bf903b0d809b2f76aac2e0080bc80e11e83 (patch) | |
tree | 13b9717d3712e8c0fffe349e7a870c434619e9f3 /alacritty_terminal | |
parent | 6e7895b2afec21454c2352bd872d39ef93759308 (diff) | |
download | alacritty-57da0bf903b0d809b2f76aac2e0080bc80e11e83.tar.gz alacritty-57da0bf903b0d809b2f76aac2e0080bc80e11e83.zip |
Alacritty version 0.13.1-rc1v0.13.1-rc1alacritty_terminal_v0.21.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 5fc9a8af..37742c1d 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.20.0" +version = "0.21.0-rc1" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |