From 82a7ca5e1defe5c2357f35c4cda637c2d23f1644 Mon Sep 17 00:00:00 2001 From: nomaterials Date: Sat, 30 May 2026 13:11:00 +0200 Subject: [PATCH] execution_graph: add docs.rs metadata block --- execution_graph/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/execution_graph/Cargo.toml b/execution_graph/Cargo.toml index 2e778ea..acbbf33 100644 --- a/execution_graph/Cargo.toml +++ b/execution_graph/Cargo.toml @@ -23,3 +23,8 @@ hashbrown = { default-features = false, features = [ "default-hasher", ], version = "0.17.0" } invalidation = "0.2.0" + +[package.metadata.docs.rs] +all-features = true +default-target = "x86_64-unknown-linux-gnu" +targets = []