summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-12-14 04:46:34 +0100
committerGitHub <noreply@github.com>2023-12-14 03:46:34 +0000
commitada35aeb70bcf792b923816065442ad53a9b8241 (patch)
tree1a408e7fc7aa7e410c255dec2ee9dcace933b911 /alacritty_terminal/Cargo.toml
parent0fd04c371a5d3fcd7cd9cf65a247fa16df0f0b5f (diff)
downloadalacritty-0.13.0-rc1.tar.gz
alacritty-0.13.0-rc1.zip
Alacritty version 0.13.0-rc1v0.13.0-rc1alacritty_terminal_v0.20.0-rc1
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index bf362888..e7c2704a 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.0-rc1"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"