diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-12-26 16:39:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 15:39:09 +0000 |
commit | 850fd1826b567c4c7cca66fd5ffe67c07ce6cc44 (patch) | |
tree | 6bb8a811bf045d068365d2b02af4bb3053c0260f /Cargo.lock | |
parent | e0f8320c39d7ccd101fe1028ad323c80833338b3 (diff) | |
download | alacritty-850fd1826b567c4c7cca66fd5ffe67c07ce6cc44.tar.gz alacritty-850fd1826b567c4c7cca66fd5ffe67c07ce6cc44.zip |
Bump development version to 0.11.0-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "alacritty" -version = "0.10.0-dev" +version = "0.11.0-dev" dependencies = [ "alacritty_config_derive", "alacritty_terminal", @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.15.1-dev" +version = "0.16.1-dev" dependencies = [ "alacritty_config_derive", "base64", |