Skip to content

Commit

Permalink
Update libgit2-sys/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Huss <[email protected]>
  • Loading branch information
extrawurst and ehuss authored May 18, 2023
1 parent 672a0f3 commit 4d3811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgit2-sys/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,7 @@ git_enum! {
#[repr(C)]
pub struct git_stash_save_options {
pub version: c_uint,
pub flags: c_uint,
pub flags: u32,
pub stasher: *const git_signature,
pub message: *const c_char,
pub paths: git_strarray,
Expand Down

0 comments on commit 4d3811a

Please sign in to comment.