We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e89b47 commit a4be5a9Copy full SHA for a4be5a9
libgit2-sys/lib.rs
@@ -1830,7 +1830,7 @@ pub struct git_worktree_add_options {
1830
pub reference: *mut git_reference,
1831
}
1832
1833
-pub const GIT_WORKTREE_ADD_OPTIONS_VERSION: u32 = 1;
+pub const GIT_WORKTREE_ADD_OPTIONS_VERSION: c_uint = 1;
1834
1835
git_enum! {
1836
pub enum git_worktree_prune_t {
@@ -1849,7 +1849,7 @@ pub struct git_worktree_prune_options {
1849
pub flags: u32,
1850
1851
1852
-pub const GIT_WORKTREE_PRUNE_OPTIONS_VERSION: u32 = 1;
+pub const GIT_WORKTREE_PRUNE_OPTIONS_VERSION: c_uint = 1;
1853
1854
extern "C" {
1855
// threads
0 commit comments