Skip to content

Commit 0467f4e

Browse files
authored
moved sources (#7)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 26012a2 commit 0467f4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ hifitime = { version = "4.0", features = ["serde", "std"] }
4444
gnss-rs = { version = "2.3.2", features = ["serde"] }
4545
gnss-rtk = { version = "0.7.5", features = ["serde"] }
4646
cggtts = { version = "4.2.0", features = ["serde", "scheduler"], optional = true }
47+
gnss-qc = { git = "https://github.com/rtk-rs/gnss-qc", branch = "main", features = ["sp3"] }
4748

48-
rinex = { git = "https://github.com/georust/rinex", branch = "main", features = ["obs", "nav", "ionex", "antex", "clock", "flate2", "processing", "serde"] }
49-
sp3 = { git = "https://github.com/georust/rinex", branch = "main", features = ["processing", "anise", "flate2", "serde"] }
49+
rinex = { git = "https://github.com/rtk-rs/rinex", branch = "main", features = ["obs", "nav", "ionex", "antex", "clock", "flate2", "processing", "serde"] }
50+
51+
sp3 = { git = "https://github.com/rtk-rs/sp3", branch = "main", features = ["processing", "anise", "flate2", "serde"] }
5052

51-
gnss-qc = { git = "https://github.com/rtk-rs/gnss-qc", branch = "main", features = ["sp3"] }

0 commit comments

Comments
 (0)