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

Update libc dependency to 0.2.107 #48

Closed
wants to merge 1 commit into from

Conversation

pulsastrix
Copy link

@pulsastrix pulsastrix commented Nov 14, 2021

This PR updates the libc crate dependency to the most recently released version.

Compared to the version that was used previously (0.2.43), the new version contains the changes made in rust-lang/libc#2152 (and released in libc version 0.2.95), which allows nftnl-rs to be used on Linux systems running musl-libc instead of glibc.

For nftnl-rs to work on musl-libc systems, the libc dependency in mullvad/mnl-rs has to be updated as well. I have opened a PR in the mnl-rs repository to do so: mullvad/mnl-rs#11. The version of mnl-rs used in this repository should probably be updated accordingly before merging this PR.


This change is Reviewable

@dlon
Copy link
Member

dlon commented Feb 23, 2024

0.2.107 should be compatible with the toml file. You don't need to change anything there, just run cargo update -p libc.

@dlon dlon closed this Feb 23, 2024
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