Skip to content

Commit

Permalink
fix: add missing global_allocate feature definition and sort feature …
Browse files Browse the repository at this point in the history
…defs alphabetically
  • Loading branch information
sdd committed Feb 15, 2024
1 parent 5e04657 commit 81b3401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ default-features = false
features = ["alloc", "copy_unsafe", "size_64"]

[features]
global_allocate = []
immutable = []
serialize = ["serde", "serde_derive", "serde_with", "fixed/serde"]
serialize_rkyv = ["rkyv"]
simd = []
tracing = ["dep:tracing", "tracing-subscriber"]
immutable = []
default = ["tracing"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 81b3401

Please sign in to comment.