We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maturin
extension-module
1 parent 45929d9 commit 273171aCopy full SHA for 273171a
Cargo.toml
@@ -51,10 +51,6 @@ hex = "0.4.3"
51
name = "_pydantic_core"
52
crate-type = ["cdylib", "rlib"]
53
54
-[features]
55
-# must be enabled when building with `cargo build`, maturin enables this automatically
56
-extension-module = ["pyo3/extension-module"]
57
-
58
[profile.release]
59
lto = "fat"
60
codegen-units = 1
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ['maturin>=1.9,<2']
+requires = ['maturin>=1.9.4,<2']
3
build-backend = 'maturin'
4
5
[project]
@@ -97,7 +97,6 @@ all = [
97
python-source = "python"
98
module-name = "pydantic_core._pydantic_core"
99
bindings = 'pyo3'
100
-features = ["pyo3/extension-module"]
101
102
[tool.ruff]
103
line-length = 120
0 commit comments