Skip to content

Commit 9de190e

Browse files
committed
fix: forward serde feature to bstr in gix-transport
1 parent 0105b35 commit 9de190e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gix-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async-client = [
5959

6060
#! ### Other
6161
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
62-
serde = ["dep:serde"]
62+
serde = ["dep:serde", "bstr/serde"]
6363

6464
[[test]]
6565
name = "blocking-transport"

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ check:
4545
cargo check --workspace
4646
cargo check --no-default-features --features small
4747
cargo check -p gix-packetline --all-features 2>/dev/null
48+
cargo check -p gix-transport --all-features 2>/dev/null
4849
# assure compile error occurs
4950
! cargo check --features lean-async 2>/dev/null
5051
! cargo check -p gitoxide-core --all-features 2>/dev/null
51-
! cargo check -p gix-transport --all-features 2>/dev/null
5252
! cargo check -p gix-protocol --all-features 2>/dev/null
5353
# warning happens if nothing found, no exit code :/
5454
cargo --color=never tree -p gix --no-default-features -e normal -i imara-diff \

0 commit comments

Comments
 (0)