aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2025-01-06 07:23:36 +0300
committerKirill Chibisov <contact@kchibisov.com>2025-01-06 08:34:20 +0300
commita26174890e2184fa29b68fde7b72de5a566ad711 (patch)
tree9404d25a109f4682b543b6aba60a9303f71b57e4 /Cargo.lock
parentf0e5ec4d05b6a7719aac526eb332c33176d099a4 (diff)
downloadr-alacritty-a26174890e2184fa29b68fde7b72de5a566ad711.tar.gz
r-alacritty-a26174890e2184fa29b68fde7b72de5a566ad711.tar.bz2
r-alacritty-a26174890e2184fa29b68fde7b72de5a566ad711.zip
Bump development version to 0.16.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 b7a2d9b8..74210710 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -32,7 +32,7 @@ dependencies = [
[[package]]
name = "alacritty"
-version = "0.15.0-dev"
+version = "0.16.0-dev"
dependencies = [
"ahash",
"alacritty_config",
@@ -93,7 +93,7 @@ dependencies = [
[[package]]
name = "alacritty_terminal"
-version = "0.24.2-dev"
+version = "0.24.3-dev"
dependencies = [
"base64",
"bitflags 2.6.0",