Closed
Description
I'm getting the following error with the latest curl-sys
release. When I download the crate from https://crates.io/api/v1/crates/curl-sys/0.4.35+curl-7.71.1/download, I notice the curl
folder is missing.
error: failed to run custom build command for `curl-sys v0.4.35+curl-7.71.1`
Caused by:
process didn't exit successfully: `/home/tarkah/projects/rust/tickrs/target/debug/build/curl-sys-b2c341e77fa5e3ae/build-script-build` (exit code: 101)
--- stdout
cargo:root=/home/tarkah/projects/rust/tickrs/target/debug/build/curl-sys-6e6b97968d6d9e35/out
cargo:include=/home/tarkah/projects/rust/tickrs/target/debug/build/curl-sys-6e6b97968d6d9e35/out/include
cargo:static=1
--- stderr
fatal: not a git repository (or any of the parent directories): .git
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /home/tarkah/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.35+curl-7.71.1/build.rs:68:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace