Skip to content

Commit

Permalink
Merge branch 'main' into no-sp3
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbres committed May 20, 2024
2 parents 9de1d8c + 702fa55 commit 6b7e296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand = "0.8.4"
serde_json = "1"
lazy_static = "1.4"
thiserror = "1"
itertools = "0.12"
itertools = "0.13"
map_3d = "0.1.5"
# ndarray = "0.15"
colorous = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rinex-qc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hifitime = { git = "https://github.com/nyx-space/hifitime.git", branch = "master
strum = "0.26"
strum_macros = "0.26"
horrorshow = "0.8"
itertools = "0.12.0"
itertools = "0.13.0"
statrs = "0.16"
sp3 = { path = "../sp3", version = "=1.0.8", features = ["serde"] }
rinex-qc-traits = { path = "../qc-traits", version = "=0.1.1" }
Expand Down
2 changes: 1 addition & 1 deletion rinex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ map_3d = "0.1.5"
strum = "0.26"
strum_macros = "0.26"
num-integer = "0.1.44"
itertools = "0.12.0"
itertools = "0.13.0"
geo = { version = "0.28", optional = true }
wkt = { version = "0.10.0", default-features = false, optional = true }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 6b7e296

Please sign in to comment.