Skip to content
Snippets Groups Projects
Commit a7c9a1dd authored by Kevin Mehall's avatar Kevin Mehall
Browse files

0.4.0

parent c37b9855
Branches
No related tags found
No related merge requests found
[package] [package]
name = "mavlink" name = "mavlink"
version = "0.3.1" version = "0.4.0"
authors = ["Tim Ryan <tim@3dr.com>"] authors = ["Tim Ryan <tim@3dr.com>"]
build = "build/main.rs" build = "build/main.rs"
description = "Parses the MAVLink data interchange format for UAVs." description = "Parses the MAVLink data interchange format for UAVs."
......
...@@ -3,9 +3,11 @@ ...@@ -3,9 +3,11 @@
Add to your Cargo.toml: Add to your Cargo.toml:
``` ```
mavlink = "0.3" mavlink = "0.4"
``` ```
See [src/bin/mavlink-dump.rs](src/bin/mavlink-dump.rs) for a usage example.
## License ## License
MIT or Apache-2.0, at your option. MIT or Apache-2.0, at your option.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment