Skip to content

Commit

Permalink
Remove unused / stale features
Browse files Browse the repository at this point in the history
Signed-off-by: Brian H <[email protected]>
  • Loading branch information
fibonacci1729 committed Feb 22, 2024
1 parent 52a2976 commit 7dee1f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,5 @@ serde = { version = "1.0.163", optional = true }

[features]
default = ["export-sdk-language", "json"]
experimental = []
export-sdk-language = []
json = ["dep:serde", "dep:serde_json"]
# This was a default feature in the 2.0.0 release but couldn't be disabled
# without breakage. Retained here for backward compat and future reuse.
# TODO: Consider removing in a future release if it remains unused.
http = []

0 comments on commit 7dee1f7

Please sign in to comment.