Closed 9names closed 2 years ago
Huh, does cargo install
ignore the Cargo.lock
? Because that's still on 0.3.10.
Upstream issue: https://github.com/vorner/signal-hook/issues/125
Not sure if it makes sense to do anything here, but the lockfile is checked in to specifically prevent issues like that, weird that it doesn't work.
Working fine again now.
does cargo install ignore the Cargo.lock
That is indeed weird now that you mention it. I might look into it this weekend - hopefully not a cargo bug.
Describe the bug cargo install probe-run fails to install on Windows 10
To Reproduce cargo install probe-run
Expected and observed behavior Expected behavior: installation completes successfully. Observed behavior:
Operating System: Windows 10
Additional context
Installation succeeds from a local clone of probe-run with signal-hook = "=0.3.10" specified in Cargo.toml