1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
This patch is required to match the Rust dependencies to Debian's
---
Cargo.toml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 0e284c2..865b65a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,10 +25,9 @@ rust-version = "1.77"
[dependencies]
crossbeam-channel = "0.5.15"
-notify = { version = "8.0.0" }
+notify = { version = ">=6.1.1" }
pyo3 = { version = "0.25.1", features = [
"extension-module",
- "generate-import-lib",
] }
[lib]
|