diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-21 01:40:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-21 01:40:47 +0000 |
commit | 47e63227d00b42dcfe7a4ac903e8ab79f3609f11 (patch) | |
tree | 4b2ef04cd50f85ff9842a9e9b8377023c7c4cf6f /Cargo.lock | |
parent | 8ff7246c3190924943202d1f427606289a6fe295 (diff) | |
download | alacritty-0.4.2-rc3.tar.gz alacritty-0.4.2-rc3.zip |
Bump version to RC3v0.4.2-rc3
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,9 +15,9 @@ dependencies = [ [[package]] name = "alacritty" -version = "0.4.2-rc2" +version = "0.4.2-rc3" dependencies = [ - "alacritty_terminal 0.4.2-rc2", + "alacritty_terminal 0.4.2-rc3", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "embed-resource 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.4.2-rc2" +version = "0.4.2-rc3" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |