Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbres authored Dec 23, 2024
2 parents 2cbfbcc + 1ad7f02 commit 01602f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ maud = "0.26"
clap = { version = "4.4.13", features = ["derive", "color"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }

kml = { version = "0.8", optional = true }
kml = { version = "0.8.6", optional = true }
gpx = { version = "0.10", optional = true }
csv = { version = "1.3.0", optional = true }

Expand Down
1 change: 1 addition & 0 deletions rinex-cli/src/positioning/ppp/post_process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ pub fn post_process(
.into_iter()
.collect(),
children: vec![],
style_url: None,
}));
}
}
Expand Down

0 comments on commit 01602f9

Please sign in to comment.