Skip to content

Commit

Permalink
feat(meta): add full to default features
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Jan 9, 2025
1 parent b9b2da0 commit b335287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/alloy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ alloy-transport-ws = { workspace = true, optional = true }
# ----------------------------------------- Configuration ---------------------------------------- #

[features]
default = ["std", "reqwest", "alloy-core/default"]
default = ["std", "reqwest", "alloy-core/default", "full"]

# std
std = [
Expand Down

0 comments on commit b335287

Please sign in to comment.