Skip to content

Commit

Permalink
no_std default
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 12, 2024
1 parent fbbb17a commit cdd0859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniconf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ postcard = { version = "1.0.8", optional = true }
thiserror = { version = "2", default-features = false }

[features]
default = ["derive", "std"]
default = ["derive"]
json-core = ["dep:serde-json-core"]
postcard = ["dep:postcard"]
derive = ["dep:miniconf_derive", "serde/derive"]
Expand Down

0 comments on commit cdd0859

Please sign in to comment.