Skip to content

gix-glob v0.5.4

Compare
Choose a tag to compare
@Byron Byron released this 20 Feb 14:29
· 4105 commits to main since this release
c56d336

Bug Fixes

  • note that crates have been renamed from git-* to gix-*.
    This also means that the git-* prefixed crates of the gitoxide project
    are effectively unmaintained.
    Use the crates with the gix-* prefix instead.

    If you were using git-repository, then gix is its substitute.

  • fix compile by using BStr::as_bytes() instead of BStr::as_ref().
    The latter can be ambiguous.

Commit Statistics

  • 1 commit contributed to the release.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • fix compile by using BStr::as_bytes() instead of BStr::as_ref(). (bf6cce7)