Skip to content

Commit

Permalink
build: Remove not ready std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Jul 31, 2024
1 parent b764f0b commit a8c2075
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions struct-patch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ serde = { version = "1", features = ["derive"] }
serde_with = "3.9.0"

[features]
default = ["status", "std"]
std = []
default = ["status"]
status = [
"struct-patch-derive/status"
]
Expand Down

0 comments on commit a8c2075

Please sign in to comment.