You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-pyo3/pyo3-fix-metadata.diff

20 lines
464 B

--- pyo3-0.20.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.20.2/Cargo.toml 2024-01-07T21:04:53.596095+00:00
@@ -156,7 +156,7 @@
version = ">=1.0.70"
[dev-dependencies.widestring]
-version = "0.5.1"
+version = "1.0.2"
[build-dependencies.pyo3-build-config]
version = "=0.20.2"
@@ -217,7 +217,6 @@
"experimental-inspect",
"rust_decimal",
]
-generate-import-lib = ["pyo3-ffi/generate-import-lib"]
macros = [
"pyo3-macros",
"indoc",