summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-03-14 16:19:48 +0100
committerChristian Duerr <contact@christianduerr.com>2020-03-14 16:19:48 +0100
commit4883c4139acae49b77ecf60aff24364924246db0 (patch)
treeec84aaa5faf91aecb86746463f46dcf50b770b6e /Cargo.lock
parentead8d68c69914c2d391165da43ffd8bb0e35a9a5 (diff)
downloadalacritty-4883c4139acae49b77ecf60aff24364924246db0.tar.gz
alacritty-4883c4139acae49b77ecf60aff24364924246db0.zip
Bump version to 0.4.2-rc1v0.4.2-rc1
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 62c50a8a..e30425ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -15,9 +15,9 @@ dependencies = [
[[package]]
name = "alacritty"
-version = "0.4.2-dev"
+version = "0.4.2-rc1"
dependencies = [
- "alacritty_terminal 0.4.2-dev",
+ "alacritty_terminal 0.4.2-rc1",
"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)",
"embed-resource 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "alacritty_terminal"
-version = "0.4.2-dev"
+version = "0.4.2-rc1"
dependencies = [
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",