Skip to content

Commit 30f0138

Browse files
committed
Bump versions
1 parent 7603309 commit 30f0138

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git2"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -20,7 +20,7 @@ url = "2.0"
2020
bitflags = "1.1.0"
2121
libc = "0.2"
2222
log = "0.4.8"
23-
libgit2-sys = { path = "libgit2-sys", version = "0.11.0" }
23+
libgit2-sys = { path = "libgit2-sys", version = "0.12.0" }
2424

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

git2-curl/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
2-
32
name = "git2-curl"
4-
version = "0.13.0"
3+
version = "0.14.0"
54
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
65
license = "MIT/Apache-2.0"
76
repository = "https://github.com/rust-lang/git2-rs"
@@ -17,7 +16,7 @@ edition = "2018"
1716
curl = "0.4"
1817
url = "2.0"
1918
log = "0.4"
20-
git2 = { path = "..", version = "0.12", default-features = false }
19+
git2 = { path = "..", version = "0.13", default-features = false }
2120

2221
[dev-dependencies]
2322
civet = "0.11"

libgit2-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libgit2-sys"
3-
version = "0.11.0+0.99.0"
3+
version = "0.12.0+0.99.0"
44
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
55
links = "git2"
66
build = "build.rs"

0 commit comments

Comments
 (0)