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

21 lines
403 B

--- pyo3-0.13.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ pyo3-0.13.2/Cargo.toml 2021-02-14T14:48:08.781144+00:00
@@ -37,7 +37,7 @@
optional = true
[dependencies.indoc]
-version = "0.3.6"
+version = "1.0.3"
optional = true
[dependencies.inventory]
@@ -59,7 +59,7 @@
version = "0.11.0"
[dependencies.paste]
-version = "0.1.18"
+version = "1.0.3"
optional = true
[dependencies.pyo3-macros]