diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-01-14 18:43:03 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 18:43:03 +0400 |
commit | a265bb0d4f39c364680bd0743c355a9f3144165c (patch) | |
tree | f61c77514752882add6c67dc6423c41e3cba9ca2 /Cargo.lock | |
parent | 1b9131c7e0db0f835a73ef233c6be24f5b88fa42 (diff) | |
download | alacritty-a265bb0d4f39c364680bd0743c355a9f3144165c.tar.gz alacritty-a265bb0d4f39c364680bd0743c355a9f3144165c.zip |
Fixup alacritty_config version and deps
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ dependencies = [ [[package]] name = "alacritty_config" -version = "0.1.3-dev" +version = "0.2.1-dev" dependencies = [ "alacritty_config_derive", "log", |