Skip to content

Commit af5e3b6

Browse files
committed
update version to 0.1.4
1 parent 2e680a9 commit af5e3b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "multiwii_serial_protocol"
33
description = "A Multiwii Serial Protocol (MSP) implementation for Rust"
44
repository = "https://github.com/hashmismatch/multiwii_serial_protocol.rs"
5-
version = "0.1.1"
5+
version = "0.1.4"
66
authors = ["Rudi Benkovic <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MSP is available on crates.io and can be included in your Cargo enabled project
1515

1616
```toml
1717
[dependencies]
18-
multiwii_serial_protocol = "0.1.0"
18+
multiwii_serial_protocol = "0.1.4"
1919
```
2020

2121
Then include it in your code like this:

0 commit comments

Comments
 (0)