File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ rust-version = "1.85"
88
99homepage = " https://github.com/h4llow3En/mac-notification-sys"
1010repository = " https://github.com/h4llow3En/mac-notification-sys"
11- documentation = " https://h4llow3en.github.io /mac-notification-sys/mac_notification_sys/"
11+ documentation = " https://docs.rs /mac-notification-sys/latest /mac_notification_sys/"
1212
1313license = " MIT/Apache-2.0"
1414keywords = [" notification" , " masOS" , " osx" , " notify" ]
@@ -24,7 +24,7 @@ targets = ["aarch64-apple-darwin"]
2424[dependencies ]
2525objc2-foundation = " 0.3"
2626objc2 = " 0.6"
27- time = " = 0.3.45 "
27+ time = " 0.3"
2828
2929[build-dependencies ]
3030cc = " 1.2"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mac-notification-sys = "0.6"
2626
2727## Documentation
2828
29- The documentation can be found [ here] ( https://h4llow3en.github.io /mac-notification-sys/mac_notification_sys/ )
29+ The documentation can be found [ here] ( https://docs.rs /mac-notification-sys/latest /mac_notification_sys/ )
3030
3131## Example
3232
You can’t perform that action at this time.
0 commit comments