Skip to content

Commit

Permalink
Make feature 'full' default
Browse files Browse the repository at this point in the history
This is a temporary fix to avoid red nix CI.
  • Loading branch information
jpraynaud committed Nov 21, 2023
1 parent 3affd4b commit 3c52f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mithril-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ warp = "0.3"

[features]
# Include nothing by default
default = []
# TODO: rollback to default = []
default = ["full"]
full = ["fs"]
# Enable file system releated functionnality, right now that mean ony snapshot download
fs = ["flate2", "flume", "tar", "tokio/rt", "zstd"]
Expand Down

0 comments on commit 3c52f84

Please sign in to comment.