Skip to content

Commit fb1b71d

Browse files
committed
update gix-path dependency in gix-sec to make compile succeed
1 parent b41312b commit fb1b71d

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

gix-sec/CHANGELOG.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
A maintenance release without user-facing changes.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 2 commits contributed to the release.
17+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
18+
- 0 issues like '(#ID)' were seen in commit messages
19+
20+
### Commit Details
21+
22+
<csr-read-only-do-not-edit/>
23+
24+
<details><summary>view details</summary>
25+
26+
* **Uncategorized**
27+
- Update `gix-path` dependency in `gix-sec` to make compile succeed ([`010fb20`](https://github.com/GitoxideLabs/gitoxide/commit/010fb2063d5bc7def17d2ad9e6f114fab21e92c7))
28+
- Merge pull request #1778 from GitoxideLabs/new-release ([`8df0db2`](https://github.com/GitoxideLabs/gitoxide/commit/8df0db2f8fe1832a5efd86d6aba6fb12c4c855de))
29+
</details>
30+
831
## 0.10.11 (2025-01-18)
932

1033
<csr-id-17835bccb066bbc47cc137e8ec5d9fe7d5665af0/>
@@ -19,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1942

2043
<csr-read-only-do-not-edit/>
2144

22-
- 4 commits contributed to the release over the course of 55 calendar days.
45+
- 5 commits contributed to the release over the course of 55 calendar days.
2346
- 55 days passed between releases.
2447
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2548
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3154
<details><summary>view details</summary>
3255

3356
* **Uncategorized**
57+
- Release gix-utils v0.1.14, gix-actor v0.33.2, gix-hash v0.16.0, gix-trace v0.1.12, gix-features v0.40.0, gix-hashtable v0.7.0, gix-path v0.10.14, gix-validate v0.9.3, gix-object v0.47.0, gix-glob v0.18.0, gix-quote v0.4.15, gix-attributes v0.24.0, gix-command v0.4.1, gix-packetline-blocking v0.18.2, gix-filter v0.17.0, gix-fs v0.13.0, gix-chunk v0.4.11, gix-commitgraph v0.26.0, gix-revwalk v0.18.0, gix-traverse v0.44.0, gix-worktree-stream v0.19.0, gix-archive v0.19.0, gix-bitmap v0.2.14, gix-tempfile v16.0.0, gix-lock v16.0.0, gix-index v0.38.0, gix-config-value v0.14.11, gix-pathspec v0.9.0, gix-ignore v0.13.0, gix-worktree v0.39.0, gix-diff v0.50.0, gix-blame v0.0.0, gix-ref v0.50.0, gix-sec v0.10.11, gix-config v0.43.0, gix-prompt v0.9.1, gix-url v0.29.0, gix-credentials v0.27.0, gix-discover v0.38.0, gix-dir v0.12.0, gix-mailmap v0.25.2, gix-revision v0.32.0, gix-merge v0.3.0, gix-negotiate v0.18.0, gix-pack v0.57.0, gix-odb v0.67.0, gix-refspec v0.28.0, gix-shallow v0.2.0, gix-packetline v0.18.3, gix-transport v0.45.0, gix-protocol v0.48.0, gix-status v0.17.0, gix-submodule v0.17.0, gix-worktree-state v0.17.0, gix v0.70.0, gix-fsck v0.9.0, gitoxide-core v0.45.0, gitoxide v0.41.0, safety bump 42 crates ([`dea106a`](https://github.com/GitoxideLabs/gitoxide/commit/dea106a8c4fecc1f0a8f891a2691ad9c63964d25))
3458
- Update all changelogs prior to release ([`1f6390c`](https://github.com/GitoxideLabs/gitoxide/commit/1f6390c53ba68ce203ae59eb3545e2631dd8a106))
3559
- Merge pull request #1762 from GitoxideLabs/fix-1759 ([`7ec21bb`](https://github.com/GitoxideLabs/gitoxide/commit/7ec21bb96ce05b29dde74b2efdf22b6e43189aab))
3660
- Bump `rust-version` to 1.70 ([`17835bc`](https://github.com/GitoxideLabs/gitoxide/commit/17835bccb066bbc47cc137e8ec5d9fe7d5665af0))

gix-sec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ document-features = { version = "0.2.1", optional = true }
3131
libc = "0.2.123"
3232

3333
[target.'cfg(windows)'.dependencies]
34-
gix-path = { version = "^0.10.14", path = "../gix-path" }
34+
gix-path = { version = "^0.10.15", path = "../gix-path" }
3535
windows-sys = { version = "0.52.0", features = [
3636
"Win32_Foundation",
3737
"Win32_Security_Authorization",

0 commit comments

Comments
 (0)