From 3136813b253c93b55481510ebe7989538bf6a0f2 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 13 Mar 2025 15:51:58 +0100 Subject: [PATCH] Build documentation on docs.rs with `master` feature enabled --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 525e727..7f478f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,6 @@ master = ["gccjit_sys/master"] [dependencies] gccjit_sys = { version = "0.6.0", path = "gccjit_sys" } + +[package.metadata.docs.rs] +features = ["master"]