Skip to content

Commit 2d717a7

Browse files
committed
chore: Add lender feature to default features
1 parent 951db98 commit 2d717a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude = [
2121
rust-version = "1.57.0" # For HashSet::try_reserve
2222

2323
[features]
24-
default = ["std"]
24+
default = ["std", "lender"]
2525
std = []
2626
lender = ["lazy_static"]
2727
# If you do not use std then you need alloc feature

0 commit comments

Comments
 (0)