You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, secrecy’s serde feature cannot be used in a no-std environment because it activates serde’s std feature. It would be useful if we could activate the serde feature without also activating std.
Currently,
secrecy
’sserde
feature cannot be used in a no-std environment because it activatesserde
’sstd
feature. It would be useful if we could activate theserde
feature without also activatingstd
.crates/secrecy/Cargo.toml
Line 25 in d86b82b
The text was updated successfully, but these errors were encountered: