mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-17 15:57:08 -05:00
Fixup alacritty_config version and deps
This commit is contained in:
parent
1b9131c7e0
commit
a265bb0d4f
4 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -68,7 +68,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "alacritty_config"
|
||||
version = "0.1.3-dev"
|
||||
version = "0.2.1-dev"
|
||||
dependencies = [
|
||||
"alacritty_config_derive",
|
||||
"log",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue