disable graph and expand features by default (#5530)

See https://github.com/paritytech/ci_cd/issues/433
This commit is contained in:
Bernhard Schuster
2022-05-16 09:05:36 +02:00
committed by GitHub
parent d319e0da9d
commit 7f0180cef7
@@ -26,7 +26,7 @@ thiserror = "1"
gum = { package = "tracing-gum", path = "../../../gum" }
[features]
default = ["graph", "expand"]
default = []
# write the expanded version to a `overlord-expansion.[a-f0-9]{10}.rs`
# in the `OUT_DIR` as defined by `cargo` for the `expander` crate.
expand = []