Skip to content

Commit 377f91f

Browse files
committed
adapt to changes in gix
1 parent 6835a8f commit 377f91f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gitoxide-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
4444

4545
[dependencies]
4646
# deselect everything else (like "performance") as this should be controllable by the parent application.
47-
gix = { version = "^0.53.0", path = "../gix", default-features = false }
48-
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.41.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static"] }
47+
gix = { version = "^0.53.0", path = "../gix", default-features = false, features = ["blob-diff", "revision"] }
48+
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.41.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
4949
gix-transport-configuration-only = { package = "gix-transport", version = "^0.35.0", path = "../gix-transport", default-features = false }
5050
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.3.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
5151
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

gix-packetline/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ document-features = { version = "0.2.0", optional = true }
5252

5353
[dev-dependencies]
5454
gix-odb = { path = "../gix-odb" }
55+
gix-pack-for-configuration = { package = "gix-pack", path = "../gix-pack", default-features = false, features = ["streaming-input"] }
5556
gix-hash = { path = "../gix-hash" }
5657
async-std = { version = "1.9.0", features = ["attributes"] }
5758
maybe-async = "0.2.6"

0 commit comments

Comments
 (0)