diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-12-22 08:40:43 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2023-12-22 10:42:02 +0100 |
commit | b8acfdae1936fbdc8745fd5d9269b546a4bb9b0f (patch) | |
tree | 40dc3aa5fa4e59bdc741b6c06ec19707c3437ded /alacritty_config | |
parent | c75cda36f246ebaee76b4d5ec4329fc668692398 (diff) | |
download | alacritty-b8acfdae1936fbdc8745fd5d9269b546a4bb9b0f.tar.gz alacritty-b8acfdae1936fbdc8745fd5d9269b546a4bb9b0f.zip |
Alacritty version 0.13.0-rc2v0.13.0-rc2alacritty_terminal_v0.20.0-rc2
Diffstat (limited to 'alacritty_config')
-rw-r--r-- | alacritty_config/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_config/Cargo.toml b/alacritty_config/Cargo.toml index f41e9206..6fed7fa1 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.1.2-rc1" +version = "0.1.2-rc2" authors = ["Christian Duerr <contact@christianduerr.com>"] license = "MIT OR Apache-2.0" description = "Alacritty configuration abstractions" |