Skip to content

Commit 69acfb7

Browse files
committed
Enable const-generics feature on default
1 parent defe0a0 commit 69acfb7

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
@@ -32,7 +32,7 @@ rand = { version = "0.8" }
3232
const-generics = []
3333
# DEPRECATED: As of 2.5.1, this feature does nothing.
3434
core_hint_black_box = []
35-
default = ["std", "i128"]
35+
default = ["std", "i128", "const-generics"]
3636
std = []
3737
i128 = []
3838
# DEPRECATED: As of 2.4.1, this feature does nothing.

0 commit comments

Comments
 (0)