diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-12-22 08:40:43 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2023-12-22 10:42:02 +0100 |
commit | b8acfdae1936fbdc8745fd5d9269b546a4bb9b0f (patch) | |
tree | 40dc3aa5fa4e59bdc741b6c06ec19707c3437ded /alacritty_config_derive/Cargo.toml | |
parent | c75cda36f246ebaee76b4d5ec4329fc668692398 (diff) | |
download | alacritty-b8acfdae1936fbdc8745fd5d9269b546a4bb9b0f.tar.gz alacritty-b8acfdae1936fbdc8745fd5d9269b546a4bb9b0f.zip |
Alacritty version 0.13.0-rc2v0.13.0-rc2alacritty_terminal_v0.20.0-rc2
Diffstat (limited to 'alacritty_config_derive/Cargo.toml')
-rw-r--r-- | alacritty_config_derive/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_config_derive/Cargo.toml b/alacritty_config_derive/Cargo.toml index 4359e36b..938fbc75 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-rc1" +version = "0.2.2-rc2" 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-rc1" +version = "0.1.2-rc2" [dev-dependencies] log = "0.4.11" |