Skip to content

Commit

Permalink
Cargo: Update mavlink to latest version of 0.10
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 15, 2024
1 parent d5b6442 commit c488458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -33,7 +33,7 @@ include_dir = "0.7"
lazy_static = "1.4.0"
log = "0.4"
env_logger = "0.8"
mavlink = { version = "0.10.5", features = [ "ardupilotmega", "emit-extensions"] }
mavlink = { version = "0.10.7", features = [ "ardupilotmega", "emit-extensions"] }
paperclip = { version = "0.8", features = ["actix3", "v3", "paperclip-actix", "swagger-ui"] }
regex = "1"
serde = "1.0.115"
Expand Down

0 comments on commit c488458

Please sign in to comment.