Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tokio-stream = "0.1"
futures = "0.3"
async-trait = "0.1"
async-stream = "0.3"
nalgebra = { version = "0.33", default-features = false, features = ["std"] }
nalgebra = { version = "0.35", default-features = false, features = ["std"] }
# AUDIT I-01 fix: the `nmea` crate feature-gates EVERY sentence type. With
# only `["std"]` enabled, `parser.parse()` returns `Err(DisabledSentence)`
# for GGA/RMC/VTG — i.e. the serial-GPS backend produced ZERO fixes on real
Expand Down
51 changes: 36 additions & 15 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading