diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-06-15 21:34:13 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-06-15 21:34:13 +0200 |
commit | 8ea28eb1b083dab585af45faf6d85b656856876e (patch) | |
tree | f21c8209abd88f0409f1a4622db7cf6e4b32f24d /Cargo.lock | |
parent | 1b26059a0627bcdc8fe6aabdb3edd37867ad7217 (diff) | |
download | alacritty-8ea28eb1b083dab585af45faf6d85b656856876e.tar.gz alacritty-8ea28eb1b083dab585af45faf6d85b656856876e.zip |
Bump version to 0.3.3-rc2v0.3.3-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.3.3-rc1" +version = "0.3.3-rc2" dependencies = [ - "alacritty_terminal 0.3.3-rc1", + "alacritty_terminal 0.3.3-rc2", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.3.3-rc1" +version = "0.3.3-rc2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |