Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79c2bcc

Browse files
authored
Merge pull request rust-lang#467 from rust-lang/bump
Bump to 0.10.1 and 0.9.1
2 parents adfd18b + 43e4afb commit 79c2bcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "git2"
4-
version = "0.10.0"
4+
version = "0.10.1"
55
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"
@@ -24,7 +24,7 @@ url = "2.0"
2424
bitflags = "1.1.0"
2525
libc = "0.2"
2626
log = "0.4.8"
27-
libgit2-sys = { path = "libgit2-sys", version = "0.9.0" }
27+
libgit2-sys = { path = "libgit2-sys", version = "0.9.1" }
2828

2929
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
3030
openssl-sys = { version = "0.9.0", optional = true }

libgit2-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libgit2-sys"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
links = "git2"
66
build = "build.rs"
@@ -23,7 +23,7 @@ libz-sys = "1.0.22"
2323

2424
[build-dependencies]
2525
pkg-config = "0.3.7"
26-
cc = { version = "1.0.25", features = ['parallel'] }
26+
cc = { version = "1.0.42", features = ['parallel'] }
2727

2828
[target.'cfg(unix)'.dependencies]
2929
openssl-sys = { version = "0.9", optional = true }

0 commit comments

Comments
 (0)