Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secrecy: Using the serde feature in a no-std environment #1094

Open
robin-nitrokey opened this issue Feb 7, 2023 · 0 comments · May be fixed by #1170
Open

secrecy: Using the serde feature in a no-std environment #1094

robin-nitrokey opened this issue Feb 7, 2023 · 0 comments · May be fixed by #1170

Comments

@robin-nitrokey
Copy link

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.

serde = { version = "1", optional = true }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant