Skip to content
This repository was archived by the owner on Dec 3, 2020. It is now read-only.

Commit e6129a4

Browse files
committed
bump version to 0.1.12
1 parent 6e5dd8e commit e6129a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async_msp_cli"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Ilya Guterman <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl std::io::Read for ClonableSerialPort {
119119
async fn main() {
120120

121121
let matches = App::new("msp")
122-
.version("0.1.11")
122+
.version("0.1.12")
123123
.author("Ilya G. <[email protected]>")
124124
.about("Interact with msp flight controller")
125125
.subcommand(

0 commit comments

Comments
 (0)