File: 0001-relax-rust-crate-dependency-versions.patch

package info (click to toggle)
pendulum 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,768 kB
  • sloc: python: 18,420; makefile: 41
file content (16 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Ananthu C V <weepingclown@disroot.org>
Date: Thu, 8 Aug 2024 01:50:13 +0530
Subject: Relax rust crate dependency versions
Forwarded: not-needed

---
 rust/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -16,3 +16,3 @@
 [dependencies]
-pyo3 = { version = "0.24", features = ["extension-module", "generate-import-lib"] }
+pyo3 = { version = "0.25", features = ["extension-module", "generate-import-lib"] }