summaryrefslogtreecommitdiffstats
path: root/zellij-client
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 /zellij-client
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 'zellij-client')
-rw-r--r--zellij-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index 3f1454d5b..1e937fe2b 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -18,4 +18,4 @@ log = "0.4.17"
insta = "1.6.0"
[features]
-
+unstable = [ ]