Closed directormac closed 1 year ago
As a workaround, here is what you can do:
clone the repo
in the root of the repo, create a file named "rust-toolchain" with such content: " [toolchain] channel = "1.68" " That will use the toolchain that allows the unaligned data.
In the build.rs change the link to the pcap sdk file to (line 19): https://npcap.com/dist/npcap-sdk-1.05.zip
Because now it downloads HTTP redirect page now, the link has to be updated.
Fixed in #273. See also #275.
Fixed in #273. See also #275.
@cyqsimon I'm still having this issue while doing cargo install bandwhich
in Windows 11. I'm using latest Rust version rustc 1.74.0-nightly
.
Fixed in #273. See also #275.
@cyqsimon I'm still having this issue while doing
cargo install bandwhich
in Windows 11. I'm using latest Rust versionrustc 1.74.0-nightly
.
cargo install
pulls the latest release from crates.io, which hasn't yet been updated.
I'm in the middle of updating the CD pipeline to automate everything, after which a new release will be published. Meanwhile you can try compiling main
branch.
current stable rust version it would be best if we had a scoop package like other tools made in rust!
For more information about this error, try
rustc --explain E0793
. error: could not compilentapi
(lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... error: failed to compilebandwhich v0.20.0
, intermediate artifacts can be found at `C:\Users\ADMINI~1\AppData\Local\Temp\cargo-installE7HHMG``