Skip to content

Commit 489c294

Browse files
committed
chore: patch rustls pki types for conflict
1 parent b8fb33b commit 489c294

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,7 @@ bitvec = "1.0.1"
177177
proc-macro2 = "1.0"
178178
quote = "1.0"
179179
syn = { version = "2.0", default-features = false }
180+
181+
[patch.crates-io]
182+
# required to avoid conflict between libp2p & grpc when compiling a third party client
183+
rustls-pki-types = { git = "https://github.com/rustls/pki-types", tag = "v/1.11.0" }

0 commit comments

Comments
 (0)