Skip to content

Commit 79c82e9

Browse files
committed
if use_std is enabled, also enable either/use_std
1 parent 5459a26 commit 79c82e9

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)