summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-06-25 21:48:00 +0200
committerGitHub <noreply@github.com>2022-06-25 21:48:00 +0200
commit7ed66d3e785824b7a1ee363701931c232bde8b30 (patch)
tree0d8778d2e9d20cd7f6da4c0b554f5a856fa259be /Cargo.toml
parent9d3e075d969df9cd091bd8fdb8e8c32d31b1a425 (diff)
add(feature): `unstable` (#1542)
Add a feature `unstable`, which is intended to communicate the same intent. Gate: Send actions from cli with the `unstable` feature.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c8ea31bf9..36b5d9822 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,3 +68,4 @@ pkg-fmt = "tgz"
[features]
disable_automatic_asset_installation = [ "zellij-utils/disable_automatic_asset_installation" ]
+unstable = [ "zellij-client/unstable", "zellij-utils/unstable" ]