From 7ed66d3e785824b7a1ee363701931c232bde8b30 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 25 Jun 2022 21:48:00 +0200 Subject: 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" ] -- cgit v1.2.3