From b3eb74943fe6c5bd8f26b56c255c6f279b4fca92 Mon Sep 17 00:00:00 2001
From: bgallois <benjamin@gallois.cc>
Date: Fri, 29 Nov 2024 15:53:43 +0100
Subject: [PATCH] update xtask

---
 xtask/src/gen_doc.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xtask/src/gen_doc.rs b/xtask/src/gen_doc.rs
index 9e4adf51b..91798167d 100644
--- a/xtask/src/gen_doc.rs
+++ b/xtask/src/gen_doc.rs
@@ -313,6 +313,7 @@ pub(super) fn gen_doc() -> Result<()> {
     Command::new("cargo")
         .args([
             "doc",
+            "--package=duniter",
             "--package=pallet-*",
             "--package=*-runtime",
             "--package=*distance*",
-- 
GitLab