summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Allow-later-versions-of-pyo3-in-Cargo.toml.patch
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-10-14 19:03:43 +0100
committerMatthew Fennell <matthew@fennell.dev>2025-11-02 00:51:59 +0000
commit8e5c5ce319a12500e811227c9c8064d86b3f7249 (patch)
treed5f69390400f9a652bc6c6ccc667b888782f194c /debian/patches/0001-Allow-later-versions-of-pyo3-in-Cargo.toml.patch
parent2efa6d7afb821650f69638f8e14640ef2761276d (diff)
Fix debug-file-with-no-debug-symbolsHEADdebian/latest
Diffstat (limited to 'debian/patches/0001-Allow-later-versions-of-pyo3-in-Cargo.toml.patch')
-rw-r--r--debian/patches/0001-Allow-later-versions-of-pyo3-in-Cargo.toml.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0001-Allow-later-versions-of-pyo3-in-Cargo.toml.patch b/debian/patches/0001-Allow-later-versions-of-pyo3-in-Cargo.toml.patch
index 06f0975..69934b7 100644
--- a/debian/patches/0001-Allow-later-versions-of-pyo3-in-Cargo.toml.patch
+++ b/debian/patches/0001-Allow-later-versions-of-pyo3-in-Cargo.toml.patch
@@ -9,7 +9,7 @@ The currently packaged version of pyo3 is 0.25.1, while Cargo.toml requires
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
-index 0813be1..76e9b7b 100644
+index 0813be1..09d9bd9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,4 @@ name = "slidge_style_parser"