Skip to content

feat: move Value to alloc feature#23

Open
XAMPPRocky wants to merge 1 commit into
kanidm:mainfrom
XAMPPRocky:main
Open

feat: move Value to alloc feature#23
XAMPPRocky wants to merge 1 commit into
kanidm:mainfrom
XAMPPRocky:main

Conversation

@XAMPPRocky

Copy link
Copy Markdown

Previously Value was under the std feature flag, meaning it could not be used in no-std contexts. However this seems like an oversight from the previous crate because nothing in Value actually used std features and could be entirely under the alloc feature (as evidenced by the fact that this makes no code changes aside from adding some imports.

@yaleman

yaleman commented Dec 23, 2025

Copy link
Copy Markdown
Member

CI's failing, did you ... test this?

@XAMPPRocky

Copy link
Copy Markdown
Author

CI's failing, did you ... test this?

Yes it is working locally for me. I'll fix the CI errors.

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 this pull request may close these issues.

2 participants