diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-19 20:37:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-19 20:37:59 +0000 |
commit | 3688b5c075a1be6dab8f399935b3001bcbf327b6 (patch) | |
tree | 1251efab383cc54083108c459d1bf85cc1b66c62 /Cargo.lock | |
parent | f0cb1e7cf329f2672fe1335208c9a78562d8ab73 (diff) | |
download | alacritty-3688b5c075a1be6dab8f399935b3001bcbf327b6.tar.gz alacritty-3688b5c075a1be6dab8f399935b3001bcbf327b6.zip |
Bump version to 0.6.0-dev
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-dev" +version = "0.6.0-dev" dependencies = [ - "alacritty_terminal 0.10.0-dev", + "alacritty_terminal 0.10.1-dev", "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-dev" +version = "0.10.1-dev" 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)", |