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.
16 lines
364 B
16 lines
364 B
--- 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"]
|
|
-macos_fsevent = []
|
|
-macos_kqueue = [
|
|
- "mio",
|
|
-]
|
|
+default = []
|
|
serde = ["notify-types/serde"]
|
|
serialization-compat-6 = ["notify-types/serialization-compat-6"]
|
|
|