feat(Cargo): add nightly feature to default configuration
This commit is contained in:
parent
9e3fa2cdb0
commit
1aee8d2f1c
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["alloc"]
|
default = ["nightly", "alloc"]
|
||||||
alloc = ["dep:hashbrown"]
|
alloc = ["dep:hashbrown"]
|
||||||
std = ["alloc"]
|
std = ["alloc"]
|
||||||
transposed-option = ["nightly"]
|
transposed-option = ["nightly"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue