diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-01-04 09:55:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 09:55:13 +0000 |
commit | 6ff4e840f8a12e72ae7cb30566ee57df4289082d (patch) | |
tree | 5df2a12cdfce797776b1473aa71e700a17f06753 /alacritty | |
parent | 08e111dfae15d2428d87c3a80c68d858b144d287 (diff) | |
download | r-alacritty-6ff4e840f8a12e72ae7cb30566ee57df4289082d.tar.gz r-alacritty-6ff4e840f8a12e72ae7cb30566ee57df4289082d.tar.bz2 r-alacritty-6ff4e840f8a12e72ae7cb30566ee57df4289082d.zip |
Bump development version to 0.8.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 39a7e0cf..b1055f5c 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.7.0-dev" +version = "0.8.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.11.1-dev" +version = "0.12.1-dev" default-features = false [dependencies.alacritty_config_derive] |