feat(Cargo): add nightly feature to default configuration

This commit is contained in:
Janis 2025-08-08 00:33:00 +02:00
parent 9e3fa2cdb0
commit 1aee8d2f1c

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[features]
default = ["alloc"]
default = ["nightly", "alloc"]
alloc = ["dep:hashbrown"]
std = ["alloc"]
transposed-option = ["nightly"]