Blame notify-fix-metadata.diff

c634428
--- notify-5.2.0/Cargo.toml	1970-01-01T00:00:01+00:00
b5c4e41
+++ notify-5.2.0/Cargo.toml	2023-07-30T19:54:27.067207+00:00
b5c4e41
@@ -29,7 +29,7 @@
663889f
     "watch",
663889f
 ]
663889f
 categories = ["filesystem"]
663889f
-license = "CC0-1.0 OR Artistic-2.0"
b5c4e41
+license = "CC0-1.0"
663889f
 repository = "https://github.com/notify-rs/notify.git"
c634428
 resolver = "1"
663889f
 
b5c4e41
@@ -64,13 +64,7 @@
b5c4e41
 version = "3.2.0"
663889f
 
663889f
 [features]
b5c4e41
-default = [
663889f
-    "macos_fsevent",
b5c4e41
-    "crossbeam-channel",
b5c4e41
-]
663889f
-macos_fsevent = []
663889f
-macos_kqueue = [
663889f
-]
b5c4e41
+default = ["crossbeam-channel"]
95da261
 manual_tests = []
95da261
 timing_tests = []
663889f