1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-10-30 23:36:53 -04:00

Alacritty version 0.15.0-rc1

This commit is contained in:
Kirill Chibisov 2025-01-05 11:55:51 +03:00
parent f0e5ec4d05
commit ad4cc1257b
9 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "alacritty_config"
version = "0.2.3-dev"
version = "0.2.2"
authors = ["Christian Duerr <contact@christianduerr.com>"]
license = "MIT OR Apache-2.0"
description = "Alacritty configuration abstractions"
@ -15,5 +15,5 @@ serde = "1.0.163"
toml = "0.8.2"
[dev-dependencies]
alacritty_config_derive = { version = "0.2.5-dev", path = "../alacritty_config_derive" }
alacritty_config_derive = { version = "0.2.4", path = "../alacritty_config_derive" }
serde = { version = "1.0.163", features = ["derive"] }