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

optee-utee: do not lock the version of bitflags crate #149

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

ivila
Copy link
Contributor

@ivila ivila commented Nov 14, 2024

Unlock the version of bitflags in optee-utee to avoid confliction when using optee-utee with some other crates(like cpuid).

This PR relate to issue #148

@b49020
Copy link
Contributor

b49020 commented Nov 14, 2024

This patch isn't specific to no-std as optee-utee is a common crate, so you can drop no-std from patch subject. With that addressed, feel free to add:

Reviewed-by: Sumit Garg <[email protected]>

Unlock the version of bitflags in optee-utee to avoid confliction when
using optee-utee with some other crates(like cpuid).

Signed-off-by: ivila <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
@ivila ivila changed the title no-std: optee-utee: do not lock the version of bitflags crate optee-utee: do not lock the version of bitflags crate Nov 14, 2024
@ivila
Copy link
Contributor Author

ivila commented Nov 14, 2024

Done, already drop the no-std prefix and add Reviewed-by and Signed-off-by in the commit message.

@DemesneGH DemesneGH merged commit 2988f96 into apache:main Nov 14, 2024
7 checks passed
@DemesneGH
Copy link
Contributor

LGTM, merged, thanks!

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.

3 participants