Skip to content

Commit

Permalink
Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23…
Browse files Browse the repository at this point in the history
….2, gix-traverse v0.36.2, gix-index v0.28.2
  • Loading branch information
Byron committed Jan 15, 2024
1 parent 17d1aac commit b6c04c8
Show file tree
Hide file tree
Showing 36 changed files with 128 additions and 123 deletions.
132 changes: 66 additions & 66 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
anyhow = "1.0.42"

gitoxide-core = { version = "^0.35.0", path = "gitoxide-core" }
gix-features = { version = "^0.37.1", path = "gix-features" }
gix-features = { version = "^0.37.2", path = "gix-features" }
gix = { version = "^0.57.1", path = "gix", default-features = false }
time = "0.3.23"

Expand Down
2 changes: 1 addition & 1 deletion gix-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
gix-path = { version = "^0.10.3", path = "../gix-path" }
gix-quote = { version = "^0.4.10", path = "../gix-quote" }
gix-glob = { version = "^0.15.1", path = "../gix-glob" }
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }

bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
smallvec = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion gix-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = ["src/lib.rs", "LICENSE-*"]
doctest = false

[dependencies]
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
gix-path = { version = "^0.10.3", path = "../gix-path" }

bstr = { version = "1.5.0", default-features = false, features = ["std"] }
Expand Down
5 changes: 3 additions & 2 deletions gix-commitgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.23.2 (2024-01-15)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release over the course of 1 calendar day.
- 3 commits contributed to the release over the course of 1 calendar day.
- 16 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to `gix-index` release ([`17d1aac`](https://github.com/Byron/gitoxide/commit/17d1aac91ad22291ad6d72f6e8798ebb741a8d7d))
- Merge pull request #1248 from joshtriplett/tyop ([`39f35da`](https://github.com/Byron/gitoxide/commit/39f35da390bc46005d0374b9bf4e7106fc1bd0ec))
- Typo fixes ([`3ef3bc2`](https://github.com/Byron/gitoxide/commit/3ef3bc20a1b90799e5ac26858f898bc7a7c96901))
</details>
Expand Down
4 changes: 2 additions & 2 deletions gix-commitgraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-commitgraph"
version = "0.23.1"
version = "0.23.2"
repository = "https://github.com/Byron/gitoxide"
documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate."
license = "MIT OR Apache-2.0"
Expand All @@ -18,7 +18,7 @@ doctest = false
serde = ["dep:serde", "gix-hash/serde", "bstr/serde"]

[dependencies]
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["rustsha1"] }
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["rustsha1"] }
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-chunk = { version = "^0.4.7", path = "../gix-chunk" }

Expand Down
2 changes: 1 addition & 1 deletion gix-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ autotests = false
serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/serde", "gix-config-value/serde"]

[dependencies]
gix-features = { version = "^0.37.1", path = "../gix-features"}
gix-features = { version = "^0.37.2", path = "../gix-features"}
gix-config-value = { version = "^0.14.3", path = "../gix-config-value" }
gix-path = { version = "^0.10.3", path = "../gix-path" }
gix-sec = { version = "^0.10.3", path = "../gix-sec" }
Expand Down
2 changes: 1 addition & 1 deletion gix-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gix-path = { version = "^0.10.3", path = "../gix-path" }
gix-command = { version = "^0.3.2", path = "../gix-command" }
gix-config-value = { version = "^0.14.3", path = "../gix-config-value" }
gix-prompt = { version = "^0.8.2", path = "../gix-prompt" }
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }

thiserror = "1.0.32"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion gix-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gix-command = { version = "^0.3.2", path = "../gix-command", optional = true }
gix-path = { version = "^0.10.3", path = "../gix-path", optional = true }
gix-fs = { version = "^0.9.1", path = "../gix-fs", optional = true }
gix-tempfile = { version = "^12.0.0", path = "../gix-tempfile", optional = true }
gix-trace = { version = "^0.1.6", path = "../gix-trace", optional = true }
gix-trace = { version = "^0.1.7", path = "../gix-trace", optional = true }

thiserror = "1.0.32"
imara-diff = { version = "0.1.3", optional = true }
Expand Down
5 changes: 3 additions & 2 deletions gix-features/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.37.2 (2024-01-15)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release over the course of 1 calendar day.
- 3 commits contributed to the release over the course of 1 calendar day.
- 16 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to `gix-index` release ([`17d1aac`](https://github.com/Byron/gitoxide/commit/17d1aac91ad22291ad6d72f6e8798ebb741a8d7d))
- Merge pull request #1248 from joshtriplett/tyop ([`39f35da`](https://github.com/Byron/gitoxide/commit/39f35da390bc46005d0374b9bf4e7106fc1bd0ec))
- Typo fixes ([`3ef3bc2`](https://github.com/Byron/gitoxide/commit/3ef3bc20a1b90799e5ac26858f898bc7a7c96901))
</details>
Expand Down
4 changes: 2 additions & 2 deletions gix-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-features"
description = "A crate to integrate various capabilities using compile-time feature flags"
repository = "https://github.com/Byron/gitoxide"
version = "0.37.1"
version = "0.37.2"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down Expand Up @@ -115,7 +115,7 @@ required-features = ["io-pipe"]

[dependencies]
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }

# 'parallel' feature
crossbeam-channel = { version = "0.5.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false

[dependencies]
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
gix-object = { version = "^0.40.1", path = "../gix-object" }
gix-command = { version = "^0.3.2", path = "../gix-command" }
gix-quote = { version = "^0.4.10", path = "../gix-quote" }
Expand Down
2 changes: 1 addition & 1 deletion gix-glob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde= ["dep:serde", "bstr/serde", "bitflags/serde"]

[dependencies]
gix-path = { version = "^0.10.3", path = "../gix-path" }
gix-features = { version = "^0.37.1", path = "../gix-features" }
gix-features = { version = "^0.37.2", path = "../gix-features" }
bstr = { version = "1.3.0", default-features = false, features = ["std"]}
bitflags = "2"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion gix-ignore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde"]
[dependencies]
gix-glob = { version = "^0.15.1", path = "../gix-glob" }
gix-path = { version = "^0.10.3", path = "../gix-path" }
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }

bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
unicode-bom = "2.0.2"
Expand Down
11 changes: 6 additions & 5 deletions gix-index/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.28.2 (2024-01-15)

### New Features

Expand All @@ -16,15 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
New methods are:

* File::entry_by_path_icase
* File::prefixed_entry_range_icase
* File::entry_by_path_and_stage_icase
* File::directory_kind_by_path_icase
* File::prefixed_entry_range_icase
* File::entry_by_path_and_stage_icase
* File::directory_kind_by_path_icase

### Commit Statistics

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

- 10 commits contributed to the release over the course of 16 calendar days.
- 11 commits contributed to the release over the course of 16 calendar days.
- 16 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to `gix-index` release ([`17d1aac`](https://github.com/Byron/gitoxide/commit/17d1aac91ad22291ad6d72f6e8798ebb741a8d7d))
- Merge branch 'fix-stat-with-negative-times' ([`08e6ca8`](https://github.com/Byron/gitoxide/commit/08e6ca8241047f75b84c1123f9f911625a2014fb))
- Assure negative nanoseconds on MacOS are handled ([`bf49cd4`](https://github.com/Byron/gitoxide/commit/bf49cd4508433dba6aacf963f49662516b3a960c))
- Fix stat on files with timestamps before the epoch ([`f4a29dc`](https://github.com/Byron/gitoxide/commit/f4a29dc17e60b208c515b921ba504acd7290e85c))
Expand Down
6 changes: 3 additions & 3 deletions gix-index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-index"
version = "0.28.1"
version = "0.28.2"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
Expand All @@ -20,11 +20,11 @@ test = true
serde = ["dep:serde", "smallvec/serde", "gix-hash/serde"]

[dependencies]
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["rustsha1", "progress"] }
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["rustsha1", "progress"] }
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-bitmap = { version = "^0.2.10", path = "../gix-bitmap" }
gix-object = { version = "^0.40.1", path = "../gix-object" }
gix-traverse = { version = "^0.36.1", path = "../gix-traverse" }
gix-traverse = { version = "^0.36.2", path = "../gix-traverse" }
gix-lock = { version = "^12.0.0", path = "../gix-lock" }
gix-fs = { version = "^0.9.1", path = "../gix-fs" }

Expand Down
2 changes: 1 addition & 1 deletion gix-negotiate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test = false
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-object = { version = "^0.40.1", path = "../gix-object" }
gix-date = { version = "^0.8.3", path = "../gix-date" }
gix-commitgraph = { version = "^0.23.1", path = "../gix-commitgraph" }
gix-commitgraph = { version = "^0.23.2", path = "../gix-commitgraph" }
gix-revwalk = { version = "^0.11.1", path = "../gix-revwalk" }
thiserror = "1.0.40"
smallvec = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion gix-odb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doctest = false
serde= ["dep:serde", "gix-hash/serde", "gix-object/serde", "gix-pack/serde"]

[dependencies]
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-date = { version = "^0.8.3", path = "../gix-date" }
gix-path = { version = "^0.10.3", path = "../gix-path" }
Expand Down
4 changes: 2 additions & 2 deletions gix-pack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ serde = ["dep:serde", "gix-object/serde"]
wasm = ["gix-diff?/wasm"]

[dependencies]
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["crc32", "rustsha1", "progress", "zlib"] }
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["crc32", "rustsha1", "progress", "zlib"] }
gix-path = { version = "^0.10.3", path = "../gix-path" }
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-chunk = { version = "^0.4.7", path = "../gix-chunk" }
gix-object = { version = "^0.40.1", path = "../gix-object" }
gix-hashtable = { version = "^0.5.1", path = "../gix-hashtable" }

# for streaming of packs (input, output)
gix-traverse = { version = "^0.36.1", path = "../gix-traverse", optional = true }
gix-traverse = { version = "^0.36.2", path = "../gix-traverse", optional = true }
gix-diff = { version = "^0.39.1", path = "../gix-diff", default-features = false, optional = true }

memmap2 = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion gix-packetline-blocking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async-io = []
serde = ["dep:serde", "bstr/serde"]

[dependencies]
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
thiserror = "1.0.34"
Expand Down
2 changes: 1 addition & 1 deletion gix-packetline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "tests/blocking-packetline.rs"
required-features = ["blocking-io", "maybe-async/is_sync"]

[dependencies]
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
thiserror = "1.0.34"
Expand Down
2 changes: 1 addition & 1 deletion gix-path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.65"
doctest = false

[dependencies]
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
thiserror = "1.0.26"
once_cell = "1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion gix-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "tests/async-protocol.rs"
required-features = ["async-client"]

[dependencies]
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["progress"] }
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["progress"] }
gix-transport = { version = "^0.40.1", path = "../gix-transport" }
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-date = { version = "^0.8.3", path = "../gix-date" }
Expand Down
2 changes: 1 addition & 1 deletion gix-ref/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test = true
serde = ["dep:serde", "gix-hash/serde", "gix-actor/serde", "gix-object/serde"]

[dependencies]
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["walkdir"]}
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["walkdir"]}
gix-fs = { version = "^0.9.1", path = "../gix-fs" }
gix-path = { version = "^0.10.3", path = "../gix-path" }
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
Expand Down
2 changes: 1 addition & 1 deletion gix-revision/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gix-object = { version = "^0.40.1", path = "../gix-object" }
gix-date = { version = "^0.8.3", path = "../gix-date" }
gix-hashtable = { version = "^0.5.1", path = "../gix-hashtable" }
gix-revwalk = { version = "^0.11.1", path = "../gix-revwalk" }
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
gix-trace = { version = "^0.1.7", path = "../gix-trace" }

bstr = { version = "1.3.0", default-features = false, features = ["std"]}
thiserror = "1.0.26"
Expand Down
4 changes: 2 additions & 2 deletions gix-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ autotests = false
doctest = false

[dependencies]
gix-index = { version = "^0.28.1", path = "../gix-index" }
gix-index = { version = "^0.28.2", path = "../gix-index" }
gix-fs = { version = "^0.9.1", path = "../gix-fs" }
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-object = { version = "^0.40.1", path = "../gix-object" }
gix-path = { version = "^0.10.3", path = "../gix-path" }
gix-features = { version = "^0.37.1", path = "../gix-features" }
gix-features = { version = "^0.37.2", path = "../gix-features" }
gix-filter = { version = "^0.8.1", path = "../gix-filter" }
gix-worktree = { version = "^0.29.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }

Expand Down
5 changes: 3 additions & 2 deletions gix-trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.1.7 (2024-01-15)

A maintenance release without user-facing changes.

### Commit Statistics

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

- 2 commits contributed to the release over the course of 1 calendar day.
- 3 commits contributed to the release over the course of 1 calendar day.
- 16 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>

* **Uncategorized**
- Prepare changelogs prior to `gix-index` release ([`17d1aac`](https://github.com/Byron/gitoxide/commit/17d1aac91ad22291ad6d72f6e8798ebb741a8d7d))
- Merge pull request #1248 from joshtriplett/tyop ([`39f35da`](https://github.com/Byron/gitoxide/commit/39f35da390bc46005d0374b9bf4e7106fc1bd0ec))
- Typo fixes ([`3ef3bc2`](https://github.com/Byron/gitoxide/commit/3ef3bc20a1b90799e5ac26858f898bc7a7c96901))
</details>
Expand Down
2 changes: 1 addition & 1 deletion gix-trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-trace"
description = "A crate to provide minimal `tracing` support that can be turned off to zero cost"
repository = "https://github.com/Byron/gitoxide"
version = "0.1.6"
version = "0.1.7"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ required-features = ["async-client"]

[dependencies]
gix-command = { version = "^0.3.2", path = "../gix-command" }
gix-features = { version = "^0.37.1", path = "../gix-features" }
gix-features = { version = "^0.37.2", path = "../gix-features" }
gix-url = { version = "^0.26.1", path = "../gix-url" }
gix-sec = { version = "^0.10.3", path = "../gix-sec" }
gix-packetline = { version = "^0.17.2", path = "../gix-packetline" }
Expand Down

0 comments on commit b6c04c8

Please sign in to comment.