summaryrefslogtreecommitdiffstats
path: root/alacritty_config_derive/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-12-27 21:57:26 +0100
committerChristian Duerr <contact@christianduerr.com>2023-12-27 22:13:35 +0100
commit78fa4d6febe25962be1068562ecaa0465bac445c (patch)
tree509532ad72e1443a747b458e2f0e55c664a92375 /alacritty_config_derive/Cargo.toml
parent34d170c963e9d152917762a36cd405b65c190bc4 (diff)
Alacritty version 0.13.0v0.13.0alacritty_terminal_v0.20.0
Diffstat (limited to 'alacritty_config_derive/Cargo.toml')
-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 938fbc75..efc94b49 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.2-rc2"
+version = "0.2.2"
authors = ["Christian Duerr <contact@christianduerr.com>"]
license = "MIT OR Apache-2.0"
description = "Failure resistant deserialization derive"
@@ -18,7 +18,7 @@ syn = { version = "2.0.16", features = ["derive", "parsing", "proc-macro", "prin
[dev-dependencies.alacritty_config]
path = "../alacritty_config"
-version = "0.1.2-rc2"
+version = "0.1.2"
[dev-dependencies]
log = "0.4.11"