Skip to content
Snippets Groups Projects
Commit b01c10a4 authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

Update version to 0.10.0

parent 03147abf
Branches
No related tags found
No related merge requests found
[package] [package]
name = "mavlink" name = "mavlink"
version = "0.9.0" version = "0.10.0"
authors = ["Todd Stellanova", "Michal Podhradsky", "Kevin Mehall", "Tim Ryan", "Patrick José Pereira", "Ibiyemi Abiodun"] authors = ["Todd Stellanova", "Michal Podhradsky", "Kevin Mehall", "Tim Ryan", "Patrick José Pereira", "Ibiyemi Abiodun"]
build = "build/main.rs" build = "build/main.rs"
description = "Implements the MAVLink data interchange format for UAVs." description = "Implements the MAVLink data interchange format for UAVs."
......
...@@ -10,7 +10,7 @@ with bindings for all message sets. ...@@ -10,7 +10,7 @@ with bindings for all message sets.
Add to your Cargo.toml: Add to your Cargo.toml:
``` ```
mavlink = "0.9" mavlink = "0.10"
``` ```
## Examples ## Examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment