diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-16 14:10:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 14:10:15 +0000 |
commit | cc3e4d3d5cb2f658d6faef02e4216b9342451efc (patch) | |
tree | 16e8ee38cbd727d84ce8ac52b6f71a9ccd22e832 /Cargo.lock | |
parent | 58e2365abe4bc4b1e92531b94f3c15716407272f (diff) | |
download | alacritty-cc3e4d3d5cb2f658d6faef02e4216b9342451efc.tar.gz alacritty-cc3e4d3d5cb2f658d6faef02e4216b9342451efc.zip |
Bump version to 0.3.3v0.3.3
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-rc2" +version = "0.3.3" dependencies = [ - "alacritty_terminal 0.3.3-rc2", + "alacritty_terminal 0.3.3", "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-rc2" +version = "0.3.3" 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)", |