Skip to content

Commit dba7c3e

Browse files
authored
Merge pull request #35 from tamird/std-feature
Restore std feature
2 parents 5b53b6c + 9138d37 commit dba7c3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ categories = ["algorithms", "no-std"]
1212
[features]
1313
default = ["alloc"]
1414
alloc = []
15+
# Legacy feature, no longer needed but retained for backwards compatibility.
16+
std = ["alloc"]

0 commit comments

Comments
 (0)