aboutsummaryrefslogtreecommitdiff
path: root/alacritty_config_derive
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_config_derive
parentf90d2964a6eda906d61b76f5e0ec7b9e44c12cb1 (diff)
downloadalacritty-6dbd785bc0063109fcf8105bdf7e4d5673892abf.tar.gz
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_config_derive')
-rw-r--r--alacritty_config_derive/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_config_derive/Cargo.toml b/alacritty_config_derive/Cargo.toml
index f74a7cba..7d04eacc 100644
--- a/alacritty_config_derive/Cargo.toml
+++ b/alacritty_config_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_config_derive"
-version = "0.2.3-dev"
+version = "0.2.5-dev"
authors = ["Christian Duerr <contact@christianduerr.com>"]
license = "MIT OR Apache-2.0"
description = "Failure resistant deserialization derive"
@@ -19,7 +19,7 @@ syn = { version = "2.0.16", features = ["derive", "parsing", "proc-macro", "prin
[dev-dependencies.alacritty_config]
path = "../alacritty_config"
-version = "0.2.1-dev"
+version = "0.2.3-dev"
[dev-dependencies]
log = "0.4.11"