diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-11-19 19:05:52 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-19 19:05:52 +0100 |
commit | 00772cb7b2603d83aedced4ab72fc4181e4daba6 (patch) | |
tree | f49962c8ffc7e7f0c189e5b3e460f3a4ff71bf91 /Cargo.lock | |
parent | eb85e59870f4368649867196c245a88823afd06b (diff) | |
download | alacritty-00772cb7b2603d83aedced4ab72fc4181e4daba6.tar.gz alacritty-00772cb7b2603d83aedced4ab72fc4181e4daba6.zip |
Bump version to 0.4.0-rc2v0.4.0-rc2
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,9 +23,9 @@ dependencies = [ [[package]] name = "alacritty" -version = "0.4.0-rc1" +version = "0.4.0-rc2" dependencies = [ - "alacritty_terminal 0.4.0-rc1", + "alacritty_terminal 0.4.0-rc2", "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)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.4.0-rc1" +version = "0.4.0-rc2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |