diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-12-14 07:37:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 10:37:25 +0400 |
commit | 8655276f0e548fd1d12fd6950c5a99fc33b0a761 (patch) | |
tree | d4fe55d38bc504c6943ec85d0ba03e65fae6f4c6 /alacritty_config | |
parent | 0fd04c371a5d3fcd7cd9cf65a247fa16df0f0b5f (diff) | |
download | alacritty-8655276f0e548fd1d12fd6950c5a99fc33b0a761.tar.gz alacritty-8655276f0e548fd1d12fd6950c5a99fc33b0a761.zip |
Update alacritty versions
This is only an update to the development versions and does not
represent a stable release.
Diffstat (limited to 'alacritty_config')
-rw-r--r-- | alacritty_config/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_config/Cargo.toml b/alacritty_config/Cargo.toml index 8ad6e493..985da0e3 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.1.2-dev" +version = "0.1.3-dev" authors = ["Christian Duerr <contact@christianduerr.com>"] license = "MIT OR Apache-2.0" description = "Alacritty configuration abstractions" |