parent
6ac48d0134
commit
6c6f8b3bb1
@ -1 +1 @@
|
||||
SOURCES/notify-6.1.1.crate
|
||||
SOURCES/notify-7.0.0.crate
|
||||
|
@ -1 +1 @@
|
||||
16c0fcc4e2de9b3413b7cb7fb8bcb96e728d6125 SOURCES/notify-6.1.1.crate
|
||||
544ace2a68122c29abcc9a8b2282a3eee4def484 SOURCES/notify-7.0.0.crate
|
||||
|
@ -1,18 +1,15 @@
|
||||
--- notify-6.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ notify-6.1.1/Cargo.toml 2023-12-01T23:53:26.299516+00:00
|
||||
@@ -65,14 +65,7 @@
|
||||
version = "3.2.0"
|
||||
--- notify-7.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ notify-7.0.0/Cargo.toml 2025-01-02T18:01:26.568254+00:00
|
||||
@@ -65,11 +65,7 @@
|
||||
version = "3.10.0"
|
||||
|
||||
[features]
|
||||
-default = [
|
||||
- "macos_fsevent",
|
||||
- "crossbeam-channel",
|
||||
-]
|
||||
-default = ["macos_fsevent"]
|
||||
-macos_fsevent = []
|
||||
-macos_kqueue = [
|
||||
- "mio",
|
||||
-]
|
||||
+default = ["crossbeam-channel"]
|
||||
manual_tests = []
|
||||
timing_tests = []
|
||||
+default = []
|
||||
serde = ["notify-types/serde"]
|
||||
serialization-compat-6 = ["notify-types/serialization-compat-6"]
|
||||
|
||||
|
Loading…
Reference in new issue