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 = []