git_hooks 0.1.3

A simple cargo build script to copy a hooks folder into .git/hooks so that your developers are all running the same git hooks
Build #89267 2018-03-05T23:27:52.653952+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading git_hooks v0.1.3
Compiling git_hooks v0.1.3
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/git_hooks-0.1.3/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=35680bdad92fc5a3 -C extra-filename=-35680bdad92fc5a3 --out-dir /home/cratesfyi/cratesfyi/debug/build/git_hooks-35680bdad92fc5a3 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/git_hooks-35680bdad92fc5a3/build-script-build`
thread 'main' panicked at 'Error(
CargoError(
Human(
failed to run custom build command for `git_hooks v0.1.3`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/git_hooks-35680bdad92fc5a3/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Failed to create symlink NotFound', .cargo/registry/src/github.com-1ecc6299db9ec823/git_hooks-0.1.3/build.rs:26:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.

)
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.