mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-09 14:08:25 +00:00
Use development version of libgit2-rs
This stops the openssl-sys version clash preventing exa from compiling.
This commit is contained in:
parent
027ca60d90
commit
6b3d812af5
78
Cargo.lock
generated
78
Cargo.lock
generated
@ -6,8 +6,8 @@ dependencies = [
|
|||||||
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"datetime 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"datetime 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"git2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
"git2 0.2.1 (git+https://github.com/alexcrichton/git2-rs.git)",
|
||||||
"locale 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"locale 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"natord 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"natord 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pad 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pad 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -29,15 +29,15 @@ name = "datetime"
|
|||||||
version = "0.1.4"
|
version = "0.1.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"locale 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"locale 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pad 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pad 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex_macros 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gcc"
|
name = "gcc"
|
||||||
version = "0.2.1"
|
version = "0.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -45,17 +45,18 @@ name = "getopts"
|
|||||||
version = "0.2.4"
|
version = "0.2.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git2"
|
name = "git2"
|
||||||
version = "0.1.20"
|
version = "0.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/alexcrichton/git2-rs.git#8b52e3c86cec585038513116654d308f101e4582"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libgit2-sys 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"url 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libgit2-sys 0.2.2 (git+https://github.com/alexcrichton/git2-rs.git)",
|
||||||
|
"url 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -65,13 +66,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libgit2-sys"
|
name = "libgit2-sys"
|
||||||
version = "0.1.14"
|
version = "0.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/alexcrichton/git2-rs.git#8b52e3c86cec585038513116654d308f101e4582"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libssh2-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libssh2-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"openssl-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libz-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pkg-config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"openssl-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"pkg-config 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -84,31 +86,31 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libssh2-sys"
|
name = "libssh2-sys"
|
||||||
version = "0.1.8"
|
version = "0.1.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libz-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"openssl-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"openssl-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pkg-config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pkg-config 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libz-sys"
|
name = "libz-sys"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pkg-config 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "locale"
|
name = "locale"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -128,12 +130,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl-sys"
|
name = "openssl-sys"
|
||||||
version = "0.4.3"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gcc 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gcc 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pkg-config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pkg-config 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -143,12 +146,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pkg-config"
|
name = "pkg-config"
|
||||||
version = "0.1.7"
|
version = "0.3.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "pkg-config"
|
|
||||||
version = "0.2.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -158,29 +156,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "0.1.15"
|
version = "0.1.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex_macros"
|
name = "regex_macros"
|
||||||
version = "0.1.8"
|
version = "0.1.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"regex 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-serialize"
|
name = "rustc-serialize"
|
||||||
version = "0.2.15"
|
version = "0.3.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "url"
|
name = "url"
|
||||||
version = "0.2.21"
|
version = "0.2.23"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -9,7 +9,6 @@ name = "exa"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ansi_term = "0.5.0"
|
ansi_term = "0.5.0"
|
||||||
datetime = "0.1.3"
|
datetime = "0.1.3"
|
||||||
#datetime_macros = "0.1.2"
|
|
||||||
getopts = "0.2.1"
|
getopts = "0.2.1"
|
||||||
locale = "0.1.2"
|
locale = "0.1.2"
|
||||||
natord = "1.0.7"
|
natord = "1.0.7"
|
||||||
@ -28,5 +27,5 @@ debug = false
|
|||||||
lto = true
|
lto = true
|
||||||
|
|
||||||
[dependencies.git2]
|
[dependencies.git2]
|
||||||
version = "0.1.13"
|
git = "https://github.com/alexcrichton/git2-rs.git"
|
||||||
optional = true
|
optional = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user