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.
24 lines
712 B
24 lines
712 B
1 week ago
|
From 318442aa2bfb38cf2fa81165ee1e3fe5aa70494b Mon Sep 17 00:00:00 2001
|
||
|
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||
|
Date: Thu, 2 Jan 2025 10:14:02 -0500
|
||
|
Subject: [PATCH] Update notify from a 6.1.1 fork to 7.0.0
|
||
|
|
||
|
- Fixes #312.
|
||
|
---
|
||
|
Cargo.toml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/Cargo.toml b/Cargo.toml
|
||
|
index 8f03606..dcd55ed 100644
|
||
|
--- a/Cargo.toml
|
||
|
+++ b/Cargo.toml
|
||
|
@@ -25,7 +25,7 @@ rust-version = "1.63"
|
||
|
|
||
|
[dependencies]
|
||
|
crossbeam-channel = "0.5.12"
|
||
|
-notify = {git = "https://github.com/samuelcolvin/notify.git", branch = "keep-io-error"}
|
||
|
+notify = { version = "7.0.0" }
|
||
|
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }
|
||
|
|
||
|
[lib]
|