Skip to content

Commit fbf2e91

Browse files
authored
macros: exact dependency on pyo3-build-config (#3889)
1 parent 11d143d commit fbf2e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyo3-macros-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2021"
1616
[dependencies]
1717
heck = "0.4"
1818
proc-macro2 = { version = "1", default-features = false }
19-
pyo3-build-config = { path = "../pyo3-build-config", version = "0.21.0-dev", features = ["resolve-config"] }
19+
pyo3-build-config = { path = "../pyo3-build-config", version = "=0.21.0-dev", features = ["resolve-config"] }
2020
quote = { version = "1", default-features = false }
2121

2222
[dependencies.syn]

0 commit comments

Comments
 (0)