|
1 | 1 | [package] |
2 | 2 | name = "rinex" |
3 | | -version = "0.20.0" |
| 3 | +version = "0.20.1" |
4 | 4 | license = "MPL-2.0" |
5 | 5 | authors = [ "Guillaume W. Bres <[email protected]>"] |
6 | 6 | description = "RINEX file parsing, analysis and production" |
7 | | -homepage = "https://github.com/rtk-rs" |
8 | | -repository = "https://github.com/rtk-rs/rinex" |
| 7 | +homepage = "https://github.com/nav-solutions" |
| 8 | +repository = "https://github.com/nav-solutions/rinex" |
9 | 9 | keywords = ["geo", "gnss", "gps", "galileo"] |
10 | 10 | categories = ["science", "science::geo", "parsing"] |
11 | 11 | edition = "2021" |
@@ -133,8 +133,8 @@ bitflags = { version = "2.3", features = ["serde"] } |
133 | 133 | anise = { version = "0.6", optional = true } |
134 | 134 | hifitime = { version = "4.1", features = ["serde", "std"] } |
135 | 135 | wkt = { version = "0.10.0", default-features = false, optional = true } |
136 | | -gnss-rs = { version = "2.4.0", features = ["serde", "domes", "cospar"] } |
137 | | -gnss-qc-traits = { version = "0.3.1", features = ["html"], optional = true } |
| 136 | +gnss-rs = { version = "2.4", features = ["serde", "domes", "cospar"] } |
| 137 | +gnss-qc-traits = { version = "0.3.2", features = ["html"], optional = true } |
138 | 138 | serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] } |
139 | 139 |
|
140 | 140 | # Log is optional and our "debug" feature: use this if you're a dev. |
|
0 commit comments