Skip to content

Commit d1628d4

Browse files
committed
improve cargo.toml
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent d8bffc7 commit d1628d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "GNSS Quality Control traits"
7-
homepage = "https://github.com/rtk-rs/qc-traits"
7+
homepage = "https://github.com/rtk-rs"
88
repository = "https://github.com/rtk-rs/qc-traits"
99
keywords = ["gnss", "gps", "geodesy", "geo"]
1010
categories = ["science", "science::geo"]
@@ -33,5 +33,5 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
3333
[dependencies]
3434
thiserror = "2"
3535
maud = { version = "0.26", optional = true }
36-
hifitime = { version = "4.0.0", optional = true }
36+
hifitime = { version = "4.0", optional = true }
3737
gnss-rs = { version = "2.3.3", features = ["serde", "domes", "cospar"], optional = true }

0 commit comments

Comments
 (0)