diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-22 16:04:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 16:04:58 +0000 |
commit | 2b39e6bf99324c0fc2d3600075b0cafd57af036c (patch) | |
tree | 84f8a0fde8dc6009d22ac7c45178ec4190ac19c5 /Cargo.toml | |
parent | 4b3e7da0fcef7b876c8fdd015d321d06e5f64e63 (diff) | |
download | alacritty-2b39e6bf99324c0fc2d3600075b0cafd57af036c.tar.gz alacritty-2b39e6bf99324c0fc2d3600075b0cafd57af036c.zip |
Bump version to 0.3.1v0.3.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.3.0" +version = "0.3.1" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" build = "build.rs" @@ -41,7 +41,7 @@ log = "0.4" clap = "2" fnv = "1" unicode-width = "0.1" -glutin = { version = "0.21.0-rc2", features = ["icon_loading"] } +glutin = { version = "0.21.0", features = ["icon_loading"] } env_logger = "0.6.0" base64 = "0.10.0" static_assertions = "0.3.0" |