parent
a9d3523012
commit
a938c9fa39
@ -0,0 +1,13 @@
|
||||
diff --git a/libgit2-sys/lib.rs b/libgit2-sys/lib.rs
|
||||
index 5d0e2972f57d..1e3aca85efcd 100644
|
||||
--- a/libgit2-sys/lib.rs
|
||||
+++ b/libgit2-sys/lib.rs
|
||||
@@ -770,7 +770,7 @@ pub struct git_index_time {
|
||||
pub struct git_config_entry {
|
||||
pub name: *const c_char,
|
||||
pub value: *const c_char,
|
||||
- pub include_depth: c_uint,
|
||||
+ // pub include_depth: c_uint,
|
||||
pub level: git_config_level_t,
|
||||
pub free: extern fn(*mut git_config_entry),
|
||||
pub payload: *mut c_void,
|
@ -1 +1 @@
|
||||
SHA512 (libgit2-sys-0.7.2.crate) = c10c4d348026baeea08f3f5a2b9bab432934beee489b4390f4613ac3f03667ab2a0d300ac0cfee58295c7d615175a451a3f264cdfed7159228bee6e905e6f485
|
||||
SHA512 (libgit2-sys-0.7.7.crate) = 05a3755fdc2c3afe85bbc3cd7379311f8eeb628fe0b6df4cfc01a5b09dbdd665a04c99136b8bee825a1079e2750e612c6eb46b14e9c6fbac4230b41bd06b2da7
|
||||
|
Loading…
Reference in new issue