File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " git2"
3
- version = " 0.15 .0"
3
+ version = " 0.16 .0"
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT OR 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.14.0 " }
23
+ libgit2-sys = { path = " libgit2-sys" , version = " 0.14.1 " }
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 @@ -6,7 +6,7 @@ libgit2 bindings for Rust.
6
6
7
7
``` toml
8
8
[dependencies ]
9
- git2 = " 0.14 "
9
+ git2 = " 0.16 "
10
10
```
11
11
12
12
## Rust version requirements
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " git2-curl"
3
- version = " 0.16 .0"
3
+ version = " 0.17 .0"
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/rust-lang/git2-rs"
@@ -16,7 +16,7 @@ edition = "2018"
16
16
curl = " 0.4.33"
17
17
url = " 2.0"
18
18
log = " 0.4"
19
- git2 = { path = " .." , version = " 0.15 " , default-features = false }
19
+ git2 = { path = " .." , version = " 0.16 " , default-features = false }
20
20
21
21
[dev-dependencies ]
22
22
civet = " 0.11"
Original file line number Diff line number Diff line change 15
15
//! > **NOTE**: At this time this crate likely does not support a `git push`
16
16
//! > operation, only clones.
17
17
18
- #![ doc( html_root_url = "https://docs.rs/git2-curl/0.16 " ) ]
18
+ #![ doc( html_root_url = "https://docs.rs/git2-curl/0.17 " ) ]
19
19
#![ deny( missing_docs) ]
20
20
#![ warn( rust_2018_idioms) ]
21
21
#![ cfg_attr( test, deny( warnings) ) ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libgit2-sys"
3
- version = " 0.14.0 +1.5.0"
3
+ version = " 0.14.1 +1.5.0"
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
links = " git2"
6
6
build = " build.rs"
Original file line number Diff line number Diff line change 65
65
//! source `Repository`, to ensure that they do not outlive the repository
66
66
//! itself.
67
67
68
- #![ doc( html_root_url = "https://docs.rs/git2/0.15 " ) ]
68
+ #![ doc( html_root_url = "https://docs.rs/git2/0.16 " ) ]
69
69
#![ allow( trivial_numeric_casts, trivial_casts) ]
70
70
#![ deny( missing_docs) ]
71
71
#![ warn( rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments