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

28 lines
553 B

--- notify-5.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ notify-5.2.0/Cargo.toml 2023-12-01T23:56:12.726288+00:00
@@ -29,7 +29,7 @@
"watch",
]
categories = ["filesystem"]
-license = "CC0-1.0 OR Artistic-2.0"
+license = "CC0-1.0"
repository = "https://github.com/notify-rs/notify.git"
resolver = "1"
@@ -64,14 +64,7 @@
version = "3.2.0"
[features]
-default = [
- "macos_fsevent",
- "crossbeam-channel",
-]
-macos_fsevent = []
-macos_kqueue = [
- "mio",
-]
+default = ["crossbeam-channel"]
manual_tests = []
timing_tests = []