diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-25 16:12:53 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-07-25 14:47:18 +0000 |
commit | a4c763e78a725fee56671fa906a539e5f988666e (patch) | |
tree | 8af0c22f3ed0cb8efb3e5d9b2e2dcfb1626820c6 /Cargo.lock | |
parent | 03f66a0e6f5b2efee12d16741d3d9bad5aca7bf9 (diff) | |
download | alacritty-0.5.0-rc3.tar.gz alacritty-0.5.0-rc3.zip |
Bump version to 0.5.0-rc3v0.5.0-rc3
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "alacritty" -version = "0.5.0-rc2" +version = "0.5.0-rc3" dependencies = [ - "alacritty_terminal 0.10.0-rc2", + "alacritty_terminal 0.10.0-rc3", "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", "copypasta 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossfont 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.10.0-rc2" +version = "0.10.0-rc3" dependencies = [ "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |