Skip to content

Commit

Permalink
Cargo: Use mavlink2 fixes from my fork
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 Jun 19, 2020
1 parent 71fb896 commit b44ebd2
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 = "0.8.3"
mavlink = { git = "https://github.com/patrickelectric/rust-mavlink", branch = "fix_mavlink2", features = [ "emit-extensions" ]}
serde = "1.0.101"
serde_json = "1.0.41"
serde_derive = "1.0.104"
Expand Down

0 comments on commit b44ebd2

Please sign in to comment.