From 172ccc910efdde65d8f03b57b88d9e2f4a4314f5 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 20 Dec 2019 06:01:42 +1300 Subject: [PATCH] Fix the stable plugins to correct list --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a91efc3f2..4b3fd35ed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ semver = {version = "0.9.0", optional = true} [features] default = ["sys", "ps", "textview", "inc", "str"] -stable = ["sys", "ps", "starship-prompt", "textview", "binaryview", "match", "tree", "average", "sum"] +stable = ["sys", "ps", "textview", "inc", "str", "starship-prompt", "binaryview", "match", "tree", "average", "sum", "post", "fetch", "clipboard"] sys = ["heim", "battery"] ps = ["heim", "futures-timer"]