Skip to content

Commit fc66b4d

Browse files
committed
Prepare for rinex upgrade
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent f98e289 commit fc66b4d

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 = { version = "=0.17.0-alpha-3", features = ["full"] }
56+
rinex = { path = "../../rinex/rinex", features = ["full"] }
5757

5858
# SP3 lib
59-
sp3 = { version = "=1.1.0-alpha-2", features = ["qc", "processing", "serde"], optional = true }
59+
sp3 = { path = "../../rinex/sp3", features = ["qc", "processing", "serde"], optional = true }
6060

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

0 commit comments

Comments
 (0)