Skip to content

Commit fa6d60b

Browse files
adamreicholddavidhewitt
authored andcommitted
Use a definite version specification when depending on pyo3-build-config.
We already do this for other internal pyo3-* dependencies and it seems prudent to apply this to pyo3-build-config as well.
1 parent f9f0bdd commit fa6d60b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ rayon = "1.6.1"
5757
widestring = "0.5.1"
5858

5959
[build-dependencies]
60-
pyo3-build-config = { path = "pyo3-build-config", version = "0.20.1", features = ["resolve-config"] }
60+
pyo3-build-config = { path = "pyo3-build-config", version = "=0.20.1", features = ["resolve-config"] }
6161

6262
[features]
6363
default = ["macros"]

pyo3-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abi3-py312 = ["abi3", "pyo3-build-config/abi3-py312"]
3838
generate-import-lib = ["pyo3-build-config/python3-dll-a"]
3939

4040
[build-dependencies]
41-
pyo3-build-config = { path = "../pyo3-build-config", version = "0.20.1", features = ["resolve-config"] }
41+
pyo3-build-config = { path = "../pyo3-build-config", version = "=0.20.1", features = ["resolve-config"] }
4242

4343
[lints]
4444
workspace = true

0 commit comments

Comments
 (0)