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

feat: upgrade nix version #16

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Conversation

thaodt
Copy link
Contributor

@thaodt thaodt commented Apr 25, 2022

I made this PR based on the issue #14
Currently the lib depended on the old nix version which caused a vulnerability when we do audit check.

This PR served for upgrading nix version.
But this version won't have these error types anymore nix::Error::InvalidPath, nix::Error::InvalidUtf8 & nix::Error::UnsupportedOperation, for further details please check this discussion.
TLDR: No conversion between Errno and std::io::Error anymore.

Please do a review & if you are happy with it, then give it a try. Otherwise, I will update with any comments on this PR.

@Eolu
Copy link
Owner

Eolu commented Apr 27, 2022

LGTM

@Eolu Eolu merged commit 35b0f52 into Eolu:master Apr 27, 2022
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