Skip to content

Commit

Permalink
Update gix (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Sep 20, 2024
1 parent 25f0169 commit c65a815
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ rustflags = [
"-Wclippy::match_wild_err_arm",
"-Wclippy::match_wildcard_for_single_variants",
"-Wclippy::mem_forget",
"-Wclippy::mismatched_target_os",
"-Wclippy::missing_enforced_import_renames",
"-Wclippy::mut_mut",
"-Wclippy::mutex_integer",
Expand Down Expand Up @@ -77,6 +76,7 @@ rustflags = [
"-Wfuture_incompatible",
"-Wnonstandard_style",
"-Wrust_2018_idioms",
"-Wunexpected_cfgs",
# END - Embark standard lints v6 for Rust 1.55+

# We want all public items to have at least _some_ documentation
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Changed
- [PR#73](https://github.com/EmbarkStudios/tame-index/pull/73) updated `gix` -> 0.66.

## [0.13.2] - 2024-08-20
### Fixed
- [PR#71](https://github.com/EmbarkStudios/tame-index/pull/71) resolved [#70](https://github.com/EmbarkStudios/tame-index/issues/70) by using the correct feature flag for docs.rs.
Expand Down
Loading

0 comments on commit c65a815

Please sign in to comment.