parent
773bf78599
commit
804fa740f2
@ -1 +1 @@
|
||||
SOURCES/watchfiles-0.20.0.tar.gz
|
||||
SOURCES/watchfiles-1.0.3.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
5ee3164398a68c85a5e884c79fc4b326ec05c8ff SOURCES/watchfiles-0.20.0.tar.gz
|
||||
349ef2faa7c55cca60c2135359c866b7fed0547d SOURCES/watchfiles-1.0.3.tar.gz
|
||||
|
@ -0,0 +1,23 @@
|
||||
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]
|
Loading…
Reference in new issue