From 81b3401a8adddfec3b9d641701fd91b439dd0f9c Mon Sep 17 00:00:00 2001 From: Scott Donnelly Date: Fri, 9 Feb 2024 07:44:24 +0000 Subject: [PATCH] fix: add missing global_allocate feature definition and sort feature defs alphabetically --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9fe8893..e4f5f4f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]