diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-03-25 00:07:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 23:07:41 +0000 |
commit | 5a728195048aa177c69bf48c1e0235a0b24859c3 (patch) | |
tree | 6f226656f0946054547fa3941f559a8d9fb62399 /alacritty_terminal/Cargo.toml | |
parent | a4effce727d0bbd103eb99e3e1b757145358a826 (diff) | |
download | alacritty-5a728195048aa177c69bf48c1e0235a0b24859c3.tar.gz alacritty-5a728195048aa177c69bf48c1e0235a0b24859c3.zip |
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index dbb3d25c..72742aa7 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.18.0-rc3" +version = "0.18.0" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" @@ -11,11 +11,11 @@ rust-version = "1.60.0" [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" -version = "0.2.1-rc3" +version = "0.2.1" [dependencies.alacritty_config] path = "../alacritty_config" -version = "0.1.1-rc3" +version = "0.1.1" [dependencies] libc = "0.2" |