diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-18 03:03:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 03:03:41 +0000 |
commit | 1d8bd73bc3252fb8ed6d6777c98e9143133f6aba (patch) | |
tree | 1d7c0802c95f6f8ca7310124e708c9fb97bde3a3 /alacritty | |
parent | 6fb2aefde4867f71a69a4e284d9f76e3f50bf4f5 (diff) | |
download | r-alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.tar.gz r-alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.tar.bz2 r-alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.zip |
Bump development version to 0.10.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 09acaf8d..1dd521a6 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.9.0-dev" +version = "0.10.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.1-dev" +version = "0.15.1-dev" default-features = false [dependencies.alacritty_config_derive] |