vendor/libgit2/include/git2/stash.h in rugged-0.24.0b11 vs vendor/libgit2/include/git2/stash.h in rugged-0.24.0b12

- old
+ new

@@ -66,10 +66,10 @@ GIT_EXTERN(int) git_stash_save( git_oid *out, git_repository *repo, const git_signature *stasher, const char *message, - unsigned int flags); + uint32_t flags); /** Stash application flags. */ typedef enum { GIT_STASH_APPLY_DEFAULT = 0,