macros: exact dependency on `pyo3-build-config` (#3889)

This commit is contained in:
David Hewitt 2024-02-23 12:30:46 +00:00 committed by GitHub
parent 11d143d0c9
commit fbf2e91914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ edition = "2021"
[dependencies]
heck = "0.4"
proc-macro2 = { version = "1", default-features = false }
pyo3-build-config = { path = "../pyo3-build-config", version = "0.21.0-dev", features = ["resolve-config"] }
pyo3-build-config = { path = "../pyo3-build-config", version = "=0.21.0-dev", features = ["resolve-config"] }
quote = { version = "1", default-features = false }
[dependencies.syn]