diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-05-01 14:05:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 14:05:57 +0000 |
commit | 57bb7de06b8efff7f7978c3443c31177c2191fa8 (patch) | |
tree | b37dc0ed19eeb628bf1eb6e36664d70e976a22d2 /alacritty | |
parent | 257d0b5fde7044b0748e039cbd137a703e4f0091 (diff) | |
download | r-alacritty-57bb7de06b8efff7f7978c3443c31177c2191fa8.tar.gz r-alacritty-57bb7de06b8efff7f7978c3443c31177c2191fa8.tar.bz2 r-alacritty-57bb7de06b8efff7f7978c3443c31177c2191fa8.zip |
Bump development version to 0.9.0-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index b2fcbe9d..ab768bc1 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.8.0-dev" +version = "0.9.0-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "A fast, cross-platform, OpenGL terminal emulator" @@ -10,7 +10,7 @@ edition = "2018" [dependencies.alacritty_terminal] path = "../alacritty_terminal" -version = "0.13.0-dev" +version = "0.13.1-dev" default-features = false [dependencies.alacritty_config_derive] |