Skip to content

Commit c1ff34a

Browse files
committed
chore: v0.1.1
1 parent 44a86f3 commit c1ff34a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add `embedded-cli` and necessary crates to your app:
4848

4949
```toml
5050
[dependencies]
51-
embedded-cli = "0.1.0"
51+
embedded-cli = "0.1.1"
5252
embedded-io = "0.6.1"
5353
ufmt = "0.2.0"
5454
```

embedded-cli-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-cli-macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
55
description = """
66
Macros for embedded-cli lib

embedded-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
55
description = """
66
CLI with autocompletion, help and history for embedded systems (like Arduino or STM32)

0 commit comments

Comments
 (0)