[go: up one dir, main page]

git2 0.2.7

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 #21939 2016-08-16 04:40:53

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# 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.2.7
thread 'main' panicked at 'ChainedError {
error: failed to compile `git2 v0.2.7`, intermediate artifacts can be found at `/home/cratesfyi/git2-0.2.7`,
cause: native library `z` is being linked to by more than one version of the same package, but it can only be linked once; try updating or pinning your dependencies to ensure that this package only shows up once

libz-sys v1.0.5
libz-sys v0.1.9
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.