mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
disable graph and expand features by default (#5530)
See https://github.com/paritytech/ci_cd/issues/433
This commit is contained in:
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 = []
|
||||
|
||||
Reference in New Issue
Block a user