diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-12-14 07:37:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 10:37:25 +0400 |
commit | 8655276f0e548fd1d12fd6950c5a99fc33b0a761 (patch) | |
tree | d4fe55d38bc504c6943ec85d0ba03e65fae6f4c6 /alacritty_terminal | |
parent | 0fd04c371a5d3fcd7cd9cf65a247fa16df0f0b5f (diff) | |
download | alacritty-8655276f0e548fd1d12fd6950c5a99fc33b0a761.tar.gz alacritty-8655276f0e548fd1d12fd6950c5a99fc33b0a761.zip |
Update alacritty versions
This is only an update to the development versions 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 bf362888..85cead2d 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.20.0-dev" +version = "0.20.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |