summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-03-14 16:39:02 +0000
committerGitHub <noreply@github.com>2020-03-14 16:39:02 +0000
commit6801c4a4fd40d380ae7878f6f791473f73a02a1e (patch)
tree635d6128c305849cafde4abe2fee2accd286e277 /Cargo.lock
parentead8d68c69914c2d391165da43ffd8bb0e35a9a5 (diff)
Bump version to 0.5.0-dev
This is a bump of the development version and does not represent a stable release.
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..fa81654c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -15,9 +15,9 @@ dependencies = [
[[package]]
name = "alacritty"
-version = "0.4.2-dev"
+version = "0.5.0-dev"
dependencies = [
- "alacritty_terminal 0.4.2-dev",
+ "alacritty_terminal 0.5.0-dev",
"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.5.0-dev"
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)",