Skip to content

Commit 2f71534

Browse files
authored
Merge pull request #11 from rtk-rs/moved-sources
moved sources
2 parents bddaef4 + 640c4c0 commit 2f71534

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
@@ -45,9 +45,9 @@ gnss-qc-traits = { version = "0.1.0", features = ["processing"] }
4545
maud = "0.26"
4646
plotly = "0.12"
4747

48-
rinex = { git = "https://github.com/georust/rinex", branch = "main", features = ["qc", "processing", "obs", "clock", "nav", "ionex", "serde"] }
48+
rinex = { git = "https://github.com/rtk-rs/rinex", branch = "main", features = ["qc", "processing", "obs", "clock", "nav", "ionex", "serde"] }
4949

50-
sp3 = { git = "https://github.com/georust/rinex", branch = "main", features = ["qc", "processing", "anise", "serde"], optional = true }
50+
sp3 = { git = "https://github.com/rtk-rs/sp3", branch = "main", features = ["qc", "processing", "anise", "serde"], optional = true }
5151

5252
[dev-dependencies]
5353
serde_json = "1"

0 commit comments

Comments
 (0)