We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e680a9 commit af5e3b6Copy full SHA for af5e3b6
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "multiwii_serial_protocol"
3
description = "A Multiwii Serial Protocol (MSP) implementation for Rust"
4
repository = "https://github.com/hashmismatch/multiwii_serial_protocol.rs"
5
-version = "0.1.1"
+version = "0.1.4"
6
authors = ["Rudi Benkovic <[email protected]>"]
7
license = "MIT OR Apache-2.0"
8
readme = "README.md"
README.md
@@ -15,7 +15,7 @@ MSP is available on crates.io and can be included in your Cargo enabled project
15
16
```toml
17
[dependencies]
18
-multiwii_serial_protocol = "0.1.0"
+multiwii_serial_protocol = "0.1.4"
19
```
20
21
Then include it in your code like this:
0 commit comments