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 winapi dependency, upgrade edition and replace decrypted APIs #48

Closed
wants to merge 2 commits into from

Conversation

sn99
Copy link
Contributor

@sn99 sn99 commented Jan 27, 2023

I am attempting to update the codebase to utilize windows-rs instead of winapi. While the build is successful, 1 test is currently failing with the error message thread 'test_load_appkey' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: Uncategorized, message: "The process cannot access the file because it is being used by another process." }', tests\reg_key.rs:45:77.

@poliorcetics
Copy link

Hey @sn99, are you still working on this ?

@sn99
Copy link
Contributor Author

sn99 commented Mar 10, 2023

@poliorcetics I think this was about done, the test failed even before I made any changes so doesn't really seem that there was anything to work on

@poliorcetics
Copy link

There are conflicts now though, maybe the test has been fixed since then ?

@gentoo90
Copy link
Owner

gentoo90 commented Apr 3, 2023

Rebased onto the latest master and published as part of version 0.50.0

@gentoo90 gentoo90 closed this Apr 3, 2023
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.

None yet

3 participants