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.
rust-notify/SOURCES/notify-fix-metadata.diff

19 lines
357 B

--- 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"
[features]
-default = [
- "macos_fsevent",
- "crossbeam-channel",
-]
-macos_fsevent = []
-macos_kqueue = [
- "mio",
-]
+default = ["crossbeam-channel"]
manual_tests = []
timing_tests = []