diff --git a/Cargo.toml b/Cargo.toml index 4a91efc3f..4b3fd35ed 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"]