Skip to content

Commit

Permalink
Cargo: Update mavlink version
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 Jul 3, 2020
1 parent 8b372b7 commit ac4068e
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 @@ -24,7 +24,7 @@ actix-cors = "0.1"
actix-web = "1.0.8"
chrono = { version = "0.4", features = ["serde"] }
clap = "2.31.2"
mavlink = { git = "https://github.com/mavlink/rust-mavlink", branch = "master", features = [ "emit-extensions", "ardupilotmega" ]}
mavlink = { version = "0.8.5", features = [ "emit-extensions", "ardupilotmega"] }
serde = "1.0.101"
serde_json = "1.0.41"
serde_derive = "1.0.104"
Expand Down

0 comments on commit ac4068e

Please sign in to comment.