summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-11-19 19:05:52 +0100
committerChristian Duerr <contact@christianduerr.com>2019-11-19 19:05:52 +0100
commit00772cb7b2603d83aedced4ab72fc4181e4daba6 (patch)
treef49962c8ffc7e7f0c189e5b3e460f3a4ff71bf91 /Cargo.lock
parenteb85e59870f4368649867196c245a88823afd06b (diff)
downloadalacritty-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.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 97aaa877..3639070e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",