Closed ghost closed 3 years ago
std is now an explicit feature that you need to activate. So it would be std = ["wide/std"] and default-features = false to deactivate it by default for the no-std build.
std
std = ["wide/std"]
default-features = false
Thanks!
std
is now an explicit feature that you need to activate. So it would bestd = ["wide/std"]
anddefault-features = false
to deactivate it by default for the no-std build.