git2 0.1.9

Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.
Build #21958 2016-08-16T04:43:11.118685+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading git2 v0.1.9
thread 'main' panicked at 'ChainedError {
error: failed to compile `git2 v0.1.9`, intermediate artifacts can be found at `/home/cratesfyi/git2-0.1.9`,
cause: ChainedError {
error: unable to get packages from source,
cause: ChainedError {
error: failed to parse manifest at `/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.1.14/Cargo.toml`,
cause: library target names cannot contain hyphens: libgit2-sys
}
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.