Skip to content

Commit a13c002

Browse files
committed
move to branch
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent fc66b4d commit a13c002

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
@@ -53,10 +53,10 @@ plotly = "0.9"
5353
# plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo"}
5454

5555
# RINEX lib
56-
rinex = { path = "../../rinex/rinex", features = ["full"] }
56+
rinex = { git = "https://github.com/georust/rinex", branch = "rinex-backend", features = ["full"] }
5757

5858
# SP3 lib
59-
sp3 = { path = "../../rinex/sp3", features = ["qc", "processing", "serde"], optional = true }
59+
sp3 = { git = "https://github.com/georust/rinex", branch = "rinex-backend", features = ["qc", "processing", "serde"], optional = true }
6060

6161
[dev-dependencies]
6262
serde_json = "1"

0 commit comments

Comments
 (0)