Enable the resolve-config feature of pyo3-build-config on docs.rs to make the dependent functionality visible.

This commit is contained in:
Adam Reichold 2022-03-01 10:31:38 +01:00
parent 537c7114c5
commit 12be3f219d
1 changed files with 3 additions and 0 deletions

View File

@ -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"]