-
Notifications
You must be signed in to change notification settings - Fork 34
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
ntapi 0.3.7 contains code that will be incompatible with future versions of Rust #11
Comments
jenshnielsen
added a commit
to jenshnielsen/nushell
that referenced
this issue
Oct 23, 2022
0.3.7 trigger a warning about code being incompatible with future rust versions. This is resolved in 0.4 MSxDOS/ntapi#11
jenshnielsen
added a commit
to jenshnielsen/nushell
that referenced
this issue
Oct 30, 2022
0.3.7 trigger a warning about code being incompatible with future rust versions. This is resolved in 0.4 MSxDOS/ntapi#11
sholderbach
pushed a commit
to nushell/nushell
that referenced
this issue
Oct 30, 2022
* Bump nushell-sytem dep to ntapi 0.4 0.3.7 trigger a warning about code being incompatible with future rust versions. This is resolved in 0.4 MSxDOS/ntapi#11 * Upgrade Cargo.lock for ntapi 0.4
octol
added a commit
to nymtech/nym
that referenced
this issue
Feb 14, 2023
Fixes build on windows with nightly rustc due to MSxDOS/ntapi#11
1 task
octol
added a commit
to nymtech/nym
that referenced
this issue
Feb 14, 2023
Fixes build on windows with nightly rustc due to MSxDOS/ntapi#11
jcaesar
added a commit
to jcaesar/fork-rq
that referenced
this issue
Feb 28, 2023
Fixes CI failure due to ntapi MSxDOS/ntapi#11
ryoqun
added a commit
to ryoqun/solana
that referenced
this issue
Jun 5, 2023
ryoqun
added a commit
to ryoqun/solana
that referenced
this issue
Jun 5, 2023
ryoqun
added a commit
to solana-labs/solana
that referenced
this issue
Jun 5, 2023
* Patch ntapi to restore windows build * Update Cargo.lock... * Add comment for justification of this patching MSxDOS/ntapi#11 MSxDOS/ntapi#12 * Revert "ci: stop windows building on master temporarily (#31353)" This reverts commit 2dcdfff. * Use solana-labs fork * Ugh..
ryoqun
added a commit
to ryoqun/solana
that referenced
this issue
Jun 6, 2023
* Patch ntapi to restore windows build * Update Cargo.lock... * Add comment for justification of this patching MSxDOS/ntapi#11 MSxDOS/ntapi#12 * Revert "ci: stop windows building on master temporarily (solana-labs#31353)" This reverts commit 2dcdfff. * Use solana-labs fork * Ugh..
ryoqun
added a commit
to solana-labs/solana
that referenced
this issue
Jun 6, 2023
* Shift crossbeam comment for upcoming 2nd patch... (#31963) * Patch ntapi to restore windows build (#31961) * Patch ntapi to restore windows build * Update Cargo.lock... * Add comment for justification of this patching MSxDOS/ntapi#11 MSxDOS/ntapi#12 * Revert "ci: stop windows building on master temporarily (#31353)" This reverts commit 2dcdfff. * Use solana-labs fork * Ugh.. * Patch ntapi more thoroughly (#31970) * Patch spl-token-cli build as well... * Patch sbf/Cargo.toml for consistency * Remove --locked for cli-arg based patch... (#31971) * Bump patched ntapi from v0.3.6 to v0.3.7 (#31981) * Revert "ci: stop windows build (#31893)" This reverts commit 30f9e43.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
Compiling
ntapi
(downstream dependency of one of my dependencies) with today (2022-08-06)'s nightly compiler results in the following warning:warning: the following packages contain code that will be rejected by a future version of Rust: ntapi v0.3.7
The resulting cargo report looks like this:
Hoping this isn't too troublesome to fix 🙏
The text was updated successfully, but these errors were encountered: