aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-08 19:14:51 +0000
committerGitHub <noreply@github.com>2019-04-08 19:14:51 +0000
commit6757acbb824e8be9968529a66e9a75a0a2ea2f5d (patch)
treea05ccca0793d8bc98eeb431a027570b6b79f16d0 /Cargo.toml
parentcd8d537bed98559ed49c1465db84ecec5393119f (diff)
downloadalacritty-6757acbb824e8be9968529a66e9a75a0a2ea2f5d.tar.gz
alacritty-6757acbb824e8be9968529a66e9a75a0a2ea2f5d.zip
Bump version to 0.3.0v0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd0b99b0..26663f6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty"
-version = "0.2.9"
+version = "0.3.0"
authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
build = "build.rs"
@@ -42,7 +42,7 @@ clap = "2"
fnv = "1"
unicode-width = "0.1"
arraydeque = "0.4"
-glutin = { git = "https://github.com/chrisduerr/glutin", branch = "bsd-build-fix", features = ["icon_loading"] }
+glutin = { version = "0.21.0-rc1", features = ["icon_loading"] }
env_logger = "0.6.0"
base64 = "0.10.0"
static_assertions = "0.3.0"