Skip to content

Commit a3f1a4d

Browse files
Eh2406alexcrichton
authored andcommitted
Minimal versions (#336)
* get libgit2-sys working with its minimal-versions * get git2 working with its minimal-versions
1 parent fa653bc commit a3f1a4d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ openssl-probe = { version = "0.1", optional = true }
3535
docopt = "1.0"
3636
serde = "1.0"
3737
serde_derive = "1.0"
38-
time = "0.1"
39-
tempdir = "0.3"
38+
time = "0.1.39"
39+
tempdir = "0.3.7"
40+
thread-id = "3.3.0" # remove when we work with minimal-versions without it
4041

4142
[features]
4243
unstable = []

libgit2-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libz-sys = "1.0.18"
2323

2424
[build-dependencies]
2525
pkg-config = "0.3"
26-
cmake = "0.1.2"
26+
cmake = "0.1.24"
2727
cc = "1.0"
2828

2929
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)