Skip to content

Commit 69e088b

Browse files
authored
Merge pull request #85 from h4llow3En/chore/update_time_crate
Chore/update time crate
2 parents 9dfd694 + b2cbaac commit 69e088b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version = "1.85"
88

99
homepage = "https://github.com/h4llow3En/mac-notification-sys"
1010
repository = "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

1313
license = "MIT/Apache-2.0"
1414
keywords = ["notification", "masOS", "osx", "notify"]
@@ -24,7 +24,7 @@ targets = ["aarch64-apple-darwin"]
2424
[dependencies]
2525
objc2-foundation = "0.3"
2626
objc2 = "0.6"
27-
time = "=0.3.45"
27+
time = "0.3"
2828

2929
[build-dependencies]
3030
cc = "1.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)