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

31 lines
654 B

--- pyo3-0.20.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.20.0/Cargo.toml 2023-11-13T23:46:49.379610+00:00
@@ -149,9 +149,6 @@
version = "1.8.0"
features = ["std"]
-[dev-dependencies.send_wrapper]
-version = "0.6"
-
[dev-dependencies.serde]
version = "1.0"
features = ["derive"]
@@ -161,9 +158,6 @@
[dev-dependencies.trybuild]
version = ">=1.0.70"
-
-[dev-dependencies.widestring]
-version = "0.5.1"
[build-dependencies.pyo3-build-config]
version = "0.20.0"
@@ -217,7 +211,6 @@
"experimental-inspect",
"rust_decimal",
]
-generate-import-lib = ["pyo3-ffi/generate-import-lib"]
macros = [
"pyo3-macros",
"indoc",