mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-10 23:00:56 +00:00
Pin versions to those we know work
This commit is contained in:
parent
caf5fce1e8
commit
cc04d0452f
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -7,7 +7,7 @@ dependencies = [
|
|||||||
"datetime 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"datetime 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"git2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"git2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
"natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"num_cpus 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"num_cpus 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -101,6 +101,11 @@ name = "libc"
|
|||||||
version = "0.1.12"
|
version = "0.1.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "libc"
|
||||||
|
version = "0.2.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libgit2-sys"
|
name = "libgit2-sys"
|
||||||
version = "0.3.6"
|
version = "0.3.6"
|
||||||
|
14
Cargo.toml
14
Cargo.toml
@ -10,16 +10,16 @@ name = "exa"
|
|||||||
ansi_term = "0.7.0"
|
ansi_term = "0.7.0"
|
||||||
bitflags = "0.1"
|
bitflags = "0.1"
|
||||||
datetime = "0.4.1"
|
datetime = "0.4.1"
|
||||||
getopts = "0.2.1"
|
getopts = "0.2.14"
|
||||||
libc = "*"
|
libc = "0.2.0"
|
||||||
locale = "0.1.2"
|
locale = "0.1.2"
|
||||||
natord = "1.0.7"
|
natord = "1.0.7"
|
||||||
num_cpus = "*"
|
num_cpus = "0.2.7"
|
||||||
number_prefix = "0.2.3"
|
number_prefix = "0.2.3"
|
||||||
scoped_threadpool = "*"
|
scoped_threadpool = "*"
|
||||||
term_grid = "*"
|
term_grid = "0.1.2"
|
||||||
unicode-width = "*"
|
unicode-width = "0.1.3"
|
||||||
users = "0.4.0"
|
users = "0.4.3"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "git" ]
|
default = [ "git" ]
|
||||||
@ -31,5 +31,5 @@ debug = false
|
|||||||
lto = true
|
lto = true
|
||||||
|
|
||||||
[dependencies.git2]
|
[dependencies.git2]
|
||||||
version = "0.3"
|
version = "0.3.2"
|
||||||
optional = true
|
optional = true
|
||||||
|
Loading…
Reference in New Issue
Block a user