diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-25 16:12:53 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-07-25 14:47:18 +0000 |
commit | a4c763e78a725fee56671fa906a539e5f988666e (patch) | |
tree | 8af0c22f3ed0cb8efb3e5d9b2e2dcfb1626820c6 /alacritty_terminal | |
parent | 03f66a0e6f5b2efee12d16741d3d9bad5aca7bf9 (diff) | |
download | alacritty-a4c763e78a725fee56671fa906a539e5f988666e.tar.gz alacritty-a4c763e78a725fee56671fa906a539e5f988666e.zip |
Bump version to 0.5.0-rc3v0.5.0-rc3
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 80236f1d..5d5dc092 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.10.0-rc2" +version = "0.10.0-rc3" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |