aboutsummaryrefslogtreecommitdiff
path: root/alacritty/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-10-18 22:25:57 +0000
committerGitHub <noreply@github.com>2024-10-18 22:25:57 +0000
commit6dbd785bc0063109fcf8105bdf7e4d5673892abf (patch)
tree0a359b47f4307d797876ad0a35da23be35bc63f9 /alacritty/Cargo.toml
parentf90d2964a6eda906d61b76f5e0ec7b9e44c12cb1 (diff)
downloadr-alacritty-6dbd785bc0063109fcf8105bdf7e4d5673892abf.tar.gz
r-alacritty-6dbd785bc0063109fcf8105bdf7e4d5673892abf.tar.bz2
r-alacritty-6dbd785bc0063109fcf8105bdf7e4d5673892abf.zip
Bump development version to 0.15.0-dev
This is only an update to the development version and does not represent a stable release.
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r--alacritty/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index ab44b046..09a97706 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty"
-version = "0.14.0-dev"
+version = "0.15.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"
@@ -12,15 +12,15 @@ rust-version = "1.74.0"
[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
-version = "0.24.1-dev"
+version = "0.24.2-dev"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"
-version = "0.2.3-dev"
+version = "0.2.5-dev"
[dependencies.alacritty_config]
path = "../alacritty_config"
-version = "0.2.1-dev"
+version = "0.2.3-dev"
[dependencies]
ahash = { version = "0.8.6", features = ["no-rng"] }