summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-12-26 16:39:09 +0100
committerGitHub <noreply@github.com>2021-12-26 15:39:09 +0000
commit850fd1826b567c4c7cca66fd5ffe67c07ce6cc44 (patch)
tree6bb8a811bf045d068365d2b02af4bb3053c0260f /Cargo.lock
parente0f8320c39d7ccd101fe1028ad323c80833338b3 (diff)
downloadalacritty-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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f7ccffdc..b3e70032 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",