Skip to content

Commit deae58e

Browse files
Merge #628
628: if use_std is enabled, also enable either/use_std r=jswrenn a=sunshowers I've been using either through itertools, and I'd love to have `either/use_std` enabled if `use_std` is enabled. Co-authored-by: Rain <[email protected]>
2 parents 5459a26 + 79c82e9 commit deae58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ version = "0.2"
4040

4141
[features]
4242
default = ["use_std"]
43-
use_std = ["use_alloc"]
43+
use_std = ["use_alloc", "either/use_std"]
4444
use_alloc = []
4545

4646
[profile]

0 commit comments

Comments
 (0)