Skip to content

Commit 6b27ffa

Browse files
committed
adapt to changes in features of gix-pack
1 parent 0357b6c commit 6b27ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gix-odb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gix-date = { version = "^0.7.4", path = "../gix-date" }
2424
gix-path = { version = "^0.9.0", path = "../gix-path" }
2525
gix-quote = { version = "^0.4.7", path = "../gix-quote" }
2626
gix-object = { version = "^0.35.0", path = "../gix-object" }
27-
gix-pack = { version = "^0.41.0", path = "../gix-pack" }
27+
gix-pack = { version = "^0.41.0", path = "../gix-pack", default-features = false }
2828
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
2929

3030
tempfile = "3.1.0"

gix-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async-std = { version = "1.12.0", optional = true }
8787
document-features = { version = "0.2.0", optional = true }
8888

8989
[dev-dependencies]
90-
gix-pack = { path = "../gix-pack" }
90+
gix-pack = { path = "../gix-pack", default-features = false, features = ["streaming-input"] }
9191
gix-hash = { path = "../gix-hash" }
9292
async-std = { version = "1.9.0", features = ["attributes"] }
9393
maybe-async = "0.2.6"

0 commit comments

Comments
 (0)