From 12be3f219d2dc1f162edc5934c49a0e82e873f62 Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Tue, 1 Mar 2022 10:31:38 +0100 Subject: [PATCH] Enable the resolve-config feature of pyo3-build-config on docs.rs to make the dependent functionality visible. --- pyo3-build-config/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyo3-build-config/Cargo.toml b/pyo3-build-config/Cargo.toml index 126580fb..3fcfdd2a 100644 --- a/pyo3-build-config/Cargo.toml +++ b/pyo3-build-config/Cargo.toml @@ -25,3 +25,6 @@ abi3-py37 = ["abi3-py38"] abi3-py38 = ["abi3-py39"] abi3-py39 = ["abi3-py310"] abi3-py310 = ["abi3"] + +[package.metadata.docs.rs] +features = ["resolve-config"]