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

Remove cstr_core and cty dependencies and use littlefs2-sys 0.2.0 #62

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

robin-nitrokey
Copy link
Member

CStr, c_char, c_void and c_int are now available in core::ffi so we no longer need dependencies for them. c_size_t is currently only available in nightly so we use a typedef instead.

As littlefs2-sys 0.1 is still using cty, we also need to update it to 0.2.0.

CStr, c_char, c_void and c_int are now available in core::ffi so we no
longer need dependencies for them.  c_size_t is currently only available
in nightly so we use a typedef instead.

As littlefs2-sys 0.1 is still using cty, we also need to update it to
0.2.0.
@robin-nitrokey robin-nitrokey merged commit 1289ee9 into trussed-dev:main Jun 3, 2024
4 checks passed
@robin-nitrokey robin-nitrokey deleted the deps branch June 3, 2024 08:13
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