We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
game-scanner
With Rust 1.69 some logic in ntapi is considered no longer supported and as such compilation fails.
ntapi
game-scanner fails to compile with Rust 1.69 due to one of its dependencies being outdated.
game-scanner should compile fine on Rust 1.69
Merge #109
game-scanner = "1.1.4"
Cargo.toml
I'm using game-scanner as a dependency for my modding tool: https://github.com/R2NorthstarTools/FlightCore/
I noticed a recent CI run failing and started investigating the issue.
Failing CI run: https://github.com/R2NorthstarTools/FlightCore/actions/runs/4756368935/jobs/8458495132#step:8:722
1.1.4
windows-latest
The text was updated successfully, but these errors were encountered:
Confirmed that #109 fixes the issue via https://github.com/R2NorthstarTools/FlightCore/actions/runs/4765073012
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
With Rust 1.69 some logic in
ntapi
is considered no longer supported and as such compilation fails.Expected Behavior
game-scanner
fails to compile with Rust 1.69 due to one of its dependencies being outdated.Current Behavior
game-scanner
should compile fine on Rust 1.69Possible Solution
Merge #109
Steps to Reproduce (for bugs)
game-scanner = "1.1.4"
in it'sCargo.toml
with Rust 1.69 on WindowsContext
I'm using
game-scanner
as a dependency for my modding tool: https://github.com/R2NorthstarTools/FlightCore/I noticed a recent CI run failing and started investigating the issue.
Failing CI run: https://github.com/R2NorthstarTools/FlightCore/actions/runs/4756368935/jobs/8458495132#step:8:722
Your Environment
1.1.4
windows-latest
)The text was updated successfully, but these errors were encountered: