Skip to content

Commit

Permalink
Update gix -> 0.64 (#67)
Browse files Browse the repository at this point in the history
```
    Updating gix v0.63.0 -> v0.64.0
    Updating gix-actor v0.31.4 -> v0.31.5
    Updating gix-attributes v0.22.2 -> v0.22.3
    Updating gix-command v0.3.7 -> v0.3.8
    Updating gix-commitgraph v0.24.2 -> v0.24.3
    Updating gix-config v0.37.0 -> v0.38.0
    Updating gix-config-value v0.14.6 -> v0.14.7
    Updating gix-credentials v0.24.2 -> v0.24.3
    Updating gix-diff v0.44.0 -> v0.44.1
    Updating gix-discover v0.32.0 -> v0.33.0
    Updating gix-filter v0.11.2 -> v0.11.3
    Updating gix-fs v0.11.1 -> v0.11.2
    Updating gix-glob v0.16.3 -> v0.16.4
    Updating gix-ignore v0.11.2 -> v0.11.3
    Updating gix-index v0.33.0 -> v0.33.1
    Updating gix-negotiate v0.13.1 -> v0.13.2
    Updating gix-odb v0.61.0 -> v0.61.1
    Updating gix-pack v0.51.0 -> v0.51.1
    Updating gix-pathspec v0.7.5 -> v0.7.6
    Updating gix-prompt v0.8.5 -> v0.8.6
    Updating gix-protocol v0.45.1 -> v0.45.2
    Updating gix-ref v0.44.1 -> v0.45.0
    Updating gix-refspec v0.23.0 -> v0.23.1
    Updating gix-revision v0.27.1 -> v0.27.2
    Updating gix-revwalk v0.13.1 -> v0.13.2
    Updating gix-sec v0.10.6 -> v0.10.7
    Updating gix-submodule v0.11.0 -> v0.12.0
    Updating gix-tempfile v14.0.0 -> v14.0.1
    Updating gix-transport v0.42.1 -> v0.42.2
    Updating gix-traverse v0.39.1 -> v0.39.2
    Updating gix-url v0.27.3 -> v0.27.4
    Updating gix-worktree v0.34.0 -> v0.34.1
    Updating kstring v2.0.0 -> v2.0.1
    Updating mio v0.8.11 -> v1.0.1
    Removing num_cpus v1.16.0
    Updating object v0.36.1 -> v0.36.2
    Updating quinn-udp v0.5.3 -> v0.5.4
    Updating rustls v0.23.11 -> v0.23.12
    Updating rustls-webpki v0.102.5 -> v0.102.6
    Updating tokio v1.38.1 -> v1.39.1
    Updating winnow v0.6.14 -> v0.6.15
```
  • Loading branch information
Jake-Shadle authored Jul 25, 2024
1 parent 9bc174a commit 033b9d1
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: cargo fetch
- name: cargo clippy
# Unfortunately we can't use --all-features since that would enable request and curl for gix which is not allowed
run: cargo clippy --all-targets --features git,sparse,local-builder -- -D warnings
run: cargo clippy --all-targets --features __internal_all -- -D warnings
- name: sigh
run: cargo clippy --all-targets --features gix-curl,sparse,local-builder -- -D warnings

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#67](https://github.com/EmbarkStudios/tame-index/pull/67) updated `gix` -> 0.64.

## [0.12.2] - 2024-07-22
### Added
- [PR#66](https://github.com/EmbarkStudios/tame-index/pull/66) added the `gix-curl` feature, which is mutually exclusive with the `git` and `gix-reqwest` features.
Expand Down
Loading

0 comments on commit 033b9d1

Please sign in to comment.