Skip to content

Commit 7e0bdf4

Browse files
committed
feat: support custom compat protocol name
1 parent 7dd9cec commit 7e0bdf4

6 files changed

Lines changed: 149 additions & 66 deletions

File tree

Cargo.lock

Lines changed: 57 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ license = "MIT OR Apache-2.0"
88
repository = "https://github.com/ipfs-rust/libp2p-bitswap"
99

1010
[features]
11+
default = ["compat"]
12+
1113
compat = ["prost", "prost-build"]
1214

1315
[build-dependencies]

0 commit comments

Comments
 (0)