From 16e96f0c4879117270b9703b9cd3d947684fbbce Mon Sep 17 00:00:00 2001 From: Finkelman Date: Sat, 21 Jul 2018 11:20:46 -0400 Subject: [PATCH 1/2] get libgit2-sys working with its minimal-versions --- libgit2-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgit2-sys/Cargo.toml b/libgit2-sys/Cargo.toml index 67e643aa62..3e3b758ec9 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -23,7 +23,7 @@ libz-sys = "1.0.18" [build-dependencies] pkg-config = "0.3" -cmake = "0.1.2" +cmake = "0.1.24" cc = "1.0" [target.'cfg(unix)'.dependencies] From 1798e5eb7dddb6bfdd5e2d7ff558f5b0fa2280b4 Mon Sep 17 00:00:00 2001 From: Finkelman Date: Sat, 21 Jul 2018 11:21:19 -0400 Subject: [PATCH 2/2] get git2 working with its minimal-versions --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 981a997072..d73f6ba1a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,9 @@ openssl-probe = { version = "0.1", optional = true } docopt = "1.0" serde = "1.0" serde_derive = "1.0" -time = "0.1" -tempdir = "0.3" +time = "0.1.39" +tempdir = "0.3.7" +thread-id = "3.3.0" # remove when we work with minimal-versions without it [features] unstable = []