Skip to content

Commit

Permalink
macros: exact dependency on pyo3-build-config (PyO3#3889)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Feb 23, 2024
1 parent 11d143d commit fbf2e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyo3-macros-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fbf2e91

Please sign in to comment.