mavlink / rust-mavlink

MAVLink library for Rust.
https://mavlink.github.io/rust-mavlink/mavlink/
Apache License 2.0
158 stars 79 forks source link

src: connection: Fix panic when DNS lookup fails #219

Closed joaoantoniocardoso closed 10 months ago

joaoantoniocardoso commented 10 months ago

Closes #218

danieleades commented 10 months ago

@patrickelectric looks like the MSRV job is failing. committing the lockfile would make the build reproducible and prevent these breakages

see https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html

patrickelectric commented 10 months ago

@patrickelectric looks like the MSRV job is failing. committing the lockfile would make the build reproducible and prevent these breakages

see https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html

@danieleades I'll add it