Fixup alacritty_config version and deps

This commit is contained in:
Kirill Chibisov 2024-01-14 18:43:03 +04:00 committed by GitHub
parent 1b9131c7e0
commit a265bb0d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View file

@ -68,7 +68,7 @@ dependencies = [
[[package]]
name = "alacritty_config"
version = "0.1.3-dev"
version = "0.2.1-dev"
dependencies = [
"alacritty_config_derive",
"log",

View file

@ -19,7 +19,7 @@ version = "0.2.3-dev"
[dependencies.alacritty_config]
path = "../alacritty_config"
version = "0.1.3-dev"
version = "0.2.1-dev"
[dependencies]
ahash = { version = "0.8.6", features = ["no-rng"] }

View file

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

View file

@ -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.3-dev"
version = "0.2.1-dev"
[dev-dependencies]
log = "0.4.11"