Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Sep 8, 2024
1 parent a32e745 commit 412e8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0"

[features]
default = ["std","prelude"]
std = ["num-traits/std", "uuid?/std", "no-std-compat/std"]
std = ["num-traits/std", "uuid?/std", "no-std-compat/std"] # FIXME go full no_std
sparse = ["no-std-compat/compat_hash"]
uuid = ["sparse", "dep:uuid"]
prelude = []
Expand Down

0 comments on commit 412e8f1

Please sign in to comment.