File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " git2"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .0"
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
@@ -20,7 +20,7 @@ url = "2.0"
20
20
bitflags = " 1.1.0"
21
21
libc = " 0.2"
22
22
log = " 0.4.8"
23
- libgit2-sys = { path = " libgit2-sys" , version = " 0.10 .0" }
23
+ libgit2-sys = { path = " libgit2-sys" , version = " 0.11 .0" }
24
24
25
25
[target ."cfg(all(unix, not(target_os = \"macos\")))" .dependencies ]
26
26
openssl-sys = { version = " 0.9.0" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " git2-curl"
4
- version = " 0.12 .0"
4
+ version = " 0.13 .0"
5
5
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
6
6
license = " MIT/Apache-2.0"
7
7
repository = " https://github.com/rust-lang/git2-rs"
@@ -17,7 +17,7 @@ edition = "2018"
17
17
curl = " 0.4"
18
18
url = " 2.0"
19
19
log = " 0.4"
20
- git2 = { path = " .." , version = " 0.11 " , default-features = false }
20
+ git2 = { path = " .." , version = " 0.12 " , default-features = false }
21
21
22
22
[dev-dependencies ]
23
23
civet = " 0.11"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libgit2-sys"
3
- version = " 0.10 .0"
3
+ version = " 0.11.0+0.99 .0"
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
links = " git2"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments