Skip to content

Commit 666aeab

Browse files
committed
Bump version numbers of crates
1 parent ecd56b0 commit 666aeab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.11.0"
3+
version = "0.12.0"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
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.10.0" }
23+
libgit2-sys = { path = "libgit2-sys", version = "0.11.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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "git2-curl"
4-
version = "0.12.0"
4+
version = "0.13.0"
55
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rust-lang/git2-rs"
@@ -17,7 +17,7 @@ edition = "2018"
1717
curl = "0.4"
1818
url = "2.0"
1919
log = "0.4"
20-
git2 = { path = "..", version = "0.11", default-features = false }
20+
git2 = { path = "..", version = "0.12", default-features = false }
2121

2222
[dev-dependencies]
2323
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.10.0"
3+
version = "0.11.0+0.99.0"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
links = "git2"
66
build = "build.rs"

0 commit comments

Comments
 (0)