Merge pull request #2199 from PyO3/docsrs-resolve-config
Enable the resolve-config feature of pyo3-build-config on docs.rs to make the dependent functionality visible.
This commit is contained in:
commit
310c73b8a5
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue