Skip to content

Commit

Permalink
bump version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amfern committed Jun 28, 2020
1 parent 812e08f commit 37ba36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "multiwii_serial_protocol_v2"
description = "A Multiwii Serial Protocol (MSP) implementation for Rust"
repository = "https://github.com/amfern/multiwii_serial_protocol.rs"
version = "0.1.9"
version = "0.1.10"
authors = ["Rudi Benkovic <[email protected]>", "Ilya Guterman <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MSP is available on crates.io and can be included in your Cargo enabled project

```toml
[dependencies]
multiwii_serial_protocol_2 = "0.1.9"
multiwii_serial_protocol_2 = "0.1.10"
```

Then include it in your code like this:
Expand Down

0 comments on commit 37ba36a

Please sign in to comment.