From 1aee8d2f1c29d31654a4982200cf100238d5391e Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 8 Aug 2025 00:33:00 +0200 Subject: [PATCH] feat(Cargo): add nightly feature to default configuration --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82f95d0..1ea1c04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [features] -default = ["alloc"] +default = ["nightly", "alloc"] alloc = ["dep:hashbrown"] std = ["alloc"] transposed-option = ["nightly"]