summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-05-12 20:03:04 +0200
committera-kenji <aks.kenji@protonmail.com>2021-05-12 20:03:04 +0200
commit4134c952f65aa2951404991bcf525462e3482fe9 (patch)
treecf809552c3f676c5dee56873052a5a584e377623 /Cargo.toml
parentffd8f17a94e60dc7fffea0a1ef5efccc693c5cd9 (diff)
parent34f0bf172d7eb4cf869fcc6f2b13ae9c9d4e424c (diff)
Merge branch 'main' of https://github.com/zellij-org/zellij into set-data-dir
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 59a2865f9..aaec5b2d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.8.0"
+version = "0.10.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"
@@ -30,7 +30,7 @@ termion = "1.5.0"
termios = "0.3"
unicode-truncate = "0.2.0"
unicode-width = "0.1.8"
-vte = "0.8.0"
+vte = "0.10.1"
strum = "0.20.0"
lazy_static = "1.4.0"
wasmer = "1.0.0"
@@ -80,4 +80,5 @@ assets = [
]
[features]
+default = [ "enable_automatic_asset_installation", ]
enable_automatic_asset_installation = []