Skip to content

Commit 37ba36a

Browse files
committed
bump version 0.1.10
1 parent 812e08f commit 37ba36a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MSP is available on crates.io and can be included in your Cargo enabled project
1717

1818
```toml
1919
[dependencies]
20-
multiwii_serial_protocol_2 = "0.1.9"
20+
multiwii_serial_protocol_2 = "0.1.10"
2121
```
2222

2323
Then include it in your code like this:

0 commit comments

Comments
 (0)