diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-09-03 17:42:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 17:42:56 +0000 |
commit | 7cd180dae3bcf2080764f95d53e188c4c80b008c (patch) | |
tree | 71b84f629355129504a1ac1293024d4dd59694fe /alacritty_config | |
parent | 4ddb608563d985060d69594d1004550a680ae3bd (diff) | |
download | alacritty-7cd180dae3bcf2080764f95d53e188c4c80b008c.tar.gz alacritty-7cd180dae3bcf2080764f95d53e188c4c80b008c.zip |
Alacritty version 0.11.0-rc1v0.11.0-rc1
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 3b287f43..5f0f7153 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_config" -version = "0.1.0" +version = "0.1.0-rc1" authors = ["Christian Duerr <contact@christianduerr.com>"] license = "MIT/Apache-2.0" description = "Alacritty configuration abstractions" |