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:
David Hewitt 2022-03-01 22:01:42 +00:00 committed by GitHub
commit 310c73b8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]