Skip to content

Commit 3c52f84

Browse files
committed
Make feature 'full' default
This is a temporary fix to avoid red nix CI.
1 parent 3affd4b commit 3c52f84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mithril-client/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ warp = "0.3"
5858

5959
[features]
6060
# Include nothing by default
61-
default = []
61+
# TODO: rollback to default = []
62+
default = ["full"]
6263
full = ["fs"]
6364
# Enable file system releated functionnality, right now that mean ony snapshot download
6465
fs = ["flate2", "flume", "tar", "tokio/rt", "zstd"]

0 commit comments

Comments
 (0)