Skip to content

Commit 4d3811a

Browse files
extrawurstehuss
andauthored
Update libgit2-sys/lib.rs
Co-authored-by: Eric Huss <[email protected]>
1 parent 672a0f3 commit 4d3811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgit2-sys/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@ git_enum! {
17581758
#[repr(C)]
17591759
pub struct git_stash_save_options {
17601760
pub version: c_uint,
1761-
pub flags: c_uint,
1761+
pub flags: u32,
17621762
pub stasher: *const git_signature,
17631763
pub message: *const c_char,
17641764
pub paths: git_strarray,

0 commit comments

Comments
 (0)