Skip to content

Commit

Permalink
if use_std is enabled, also enable either/use_std
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jul 2, 2022
1 parent 5459a26 commit 79c82e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -40,7 +40,7 @@ version = "0.2"

[features]
default = ["use_std"]
use_std = ["use_alloc"]
use_std = ["use_alloc", "either/use_std"]
use_alloc = []

[profile]
Expand Down

0 comments on commit 79c82e9

Please sign in to comment.