We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
all
1 parent 764877b commit d475dc9Copy full SHA for d475dc9
git2-curl/Cargo.toml
@@ -23,6 +23,7 @@ civet = "0.11"
23
conduit = "0.8"
24
conduit-git-http-backend = "0.8"
25
tempfile = "3.0"
26
+libgit2-sys = { path = "../libgit2-sys"}
27
28
[[test]]
29
name = "all"
git2-curl/tests/all.rs
@@ -15,6 +15,7 @@ const PORT: u16 = 7848;
15
16
fn main() {
17
unsafe {
18
+ libgit2_sys::init();
19
git2_curl::register(curl::easy::Easy::new());
20
}
21
0 commit comments