-
Notifications
You must be signed in to change notification settings - Fork 74
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 mmap-fixed's winapi
dependency
#32
Comments
since this hasn't been updated for 20 days, i decided to just port it over to winapi 0.3 myself [patch.crates-io]
mmap-fixed = { git = "https://github.com/khang06/rust-mmap-fixed-fixed.git", rev = "47116f5" } |
@darfink 😊 Bump, it would be really nice if you can updates the dependencies:
Moreover, I would recommand to switch to the new official windows crate. Thanks. |
@darfink is this crate still maintained? |
@darfink you forget to push version 0.8.1 which is on https://crates.io/crates/detour to the github? |
At this rate, I won't be surprised if we need |
For those dropping by, I'm using @lostinspiration's fork with no issues: |
I apologize in advance as this isn't an issue with this repository exactly, but you don't have a repo dedicated for this.
The dependency
mmap-fixed
is doubling my compile time simply because of the dependency on winapi 0.2 (which takes 4x as long to compile in comparison to 0.3), and is now causing warnings from cargo about code that will soon be rejected by Rust..Would appreciate if the winapi dependency could be updated to 0.3+
The text was updated successfully, but these errors were encountered: