rami3l
rami3l
> > @InfyniteHeap According to [microsoft/windows-rs#3148 (comment)](https://github.com/microsoft/windows-rs/issues/3148#issuecomment-2263527164), you may now test how the upstream change works with this PR via `Cargo.toml`'s [`[patch]` section](https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section). > > `windows-rs` is not a single...
> Hmmm that shouldn't matter IIRC. I've done the same thing for `aws-lc-rs` just a few weeks ago, and that was also a monorepo. Cargo knows from the monorepo's `Cargo.toml`...
@InfyniteHeap Have you tried docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key?platform=windows?
@InfyniteHeap Regarding the formatting errors, you're expected to use `taplo-cli` v0.9.3 for this. If you're using the VSCode extension, you can install a new version of `taplo-cli` yourself (via `cargo`...
@InfyniteHeap A gentle ping: this branch is in conflict now, which means you need to rebase this PR to get your CI checks back.
> It seems that the `openssl-sys` has some issues that prevent the commits from being passed. @InfyniteHeap You shouldn't update `Cargo.lock` for dependencies irrelevant to this PR. That's automatically handled...
Current status: Waiting for a new upstream release to ship https://github.com/microsoft/windows-rs/issues/3148...
Hello! > 1. Explicitly document the (non-)inheritance behavior at https://rust-lang.github.io/rustup/overrides.html. The current doc says "The toolchain is chosen in the order listed above..." so I'd expect `rustup override` to take...
@kpreid Thanks for your detailed explanation! `cargo` explicitly mentions a [hierarchical config system](https://doc.rust-lang.org/cargo/reference/config.html) in its docs so it is indeed expected to perform the fallback that you wish to observe....
Claiming this issue on @rbtcollins' approval of implementing this idea.