Skip to content

Commit

Permalink
Cargo: Add version back for mavlink package
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 21, 2023
1 parent eb958ed commit 98c254f
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 = { git = "https://github.com/mavlink/rust-mavlink", rev = "0.10.3", features = [ "ardupilotmega", "emit-extensions"] }
mavlink = { version = "0.10.4", features = [ "ardupilotmega", "emit-extensions"] }
paperclip = { git = "https://github.com/patrickelectric/paperclip", branch = "patrick-swagger", features = ["actix", "swagger-ui"] }
regex = "1"
serde = "1.0.115"
Expand Down

0 comments on commit 98c254f

Please sign in to comment.