diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-10-12 04:59:14 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2022-10-12 23:34:17 +0000 |
commit | 8dbaa0bbd308a72075910ff32d8ffcca09ae3529 (patch) | |
tree | e0a509daec5d08fd0ec79c3d438f518ddbbb1a1f /alacritty_config | |
parent | 199de84a19192cfa39f3a3acedc226bc085cbb21 (diff) | |
download | alacritty-8dbaa0bbd308a72075910ff32d8ffcca09ae3529.tar.gz alacritty-8dbaa0bbd308a72075910ff32d8ffcca09ae3529.zip |
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 9ff58059..3b287f43 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.1.0-rc3" +version = "0.1.0" authors = ["Christian Duerr <contact@christianduerr.com>"] license = "MIT/Apache-2.0" description = "Alacritty configuration abstractions" |