Skip to content

Commit 0c8861e

Browse files
committed
Enable "nightly" in dev-dependency when needed
1 parent 851847b commit 0c8861e

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
@@ -42,7 +42,7 @@ default = ["ahash", "inline-more", "allocator-api2"]
4242

4343
nightly-base = [] # non-public feature to use nightly features without depending on `allocator-api2`
4444

45-
nightly = ["allocator-api2/nightly", "nightly-base"]
45+
nightly = ["allocator-api2/nightly", "nightly-base", "blink-alloc/nightly"]
4646

4747
rustc-internal-api = []
4848
rustc-dep-of-std = [

0 commit comments

Comments
 (0)