Skip to content

Commit

Permalink
Cargo: Update mavlink to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric authored Jan 5, 2024
1 parent b800321 commit f1f9f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
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.4", features = [ "ardupilotmega", "emit-extensions"] }
mavlink = { version = "0.10.5", 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 f1f9f27

Please sign in to comment.