From 843b5c3edb3bc3256b0c04d131f1f941bca3089a Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Thu, 23 May 2024 23:03:19 +0200 Subject: [PATCH] Add prdoc Signed-off-by: Oliver Tale-Yazdi --- prdoc/pr_4560.prdoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 prdoc/pr_4560.prdoc diff --git a/prdoc/pr_4560.prdoc b/prdoc/pr_4560.prdoc new file mode 100644 index 000000000000..01771c0ebdb7 --- /dev/null +++ b/prdoc/pr_4560.prdoc @@ -0,0 +1,13 @@ +title: Use litep2p from crates-io instead of git. + +doc: + - audience: Runtime Dev + description: | + Use crates.io dependencies instead of `git =` for litep2p. Otherwise it is not possible to + publish the crate. + +crates: + - name: sc-network + bump: patch + - name: sc-network-types + bump: patch