Skip to content

Commit

Permalink
Cargo: Fix 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 May 21, 2020
1 parent 30ab814 commit f790dc6
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 @@ -26,7 +26,7 @@ pnet = "0.25"
regex = "1.3"

## Mavlink
mavlink = { version = "0.8.1", features = ["default", "emit-extensions"] }
mavlink = { version = "=0.8.1", features = ["default", "emit-extensions"] }

## RTSP server
glib = { version = "0.9", optional = true }
Expand Down

0 comments on commit f790dc6

Please sign in to comment.