Skip to content
Snippets Groups Projects
Commit cfbec259 authored by tstellanova's avatar tstellanova
Browse files

Update readme and manifest for publishing new crate version.

parent ab835467
Branches
Tags
No related merge requests found
[package]
name = "mavlink"
version = "0.4.2"
version = "0.5.0"
authors = ["Todd Stellanova", "Michal Podhradsky", "Kevin Mehall", "Tim Ryan"]
build = "build/main.rs"
description = "Implements the MAVLink data interchange format for UAVs."
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/3drobotics/rust-mavlink"
repository = "https://github.com/mavlink/rust-mavlink"
[build-dependencies]
crc16 = "0.3.3"
......
......@@ -6,7 +6,7 @@ with bindings for the [common message set](http://mavlink.org/messages/common).
Add to your Cargo.toml:
```
mavlink = "0.4"
mavlink = "0.5"
```
See [src/bin/mavlink-dump.rs](src/bin/mavlink-dump.rs) for a usage example.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment