We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a86f3 commit c1ff34aCopy full SHA for c1ff34a
3 files changed
README.md
@@ -48,7 +48,7 @@ Add `embedded-cli` and necessary crates to your app:
48
49
```toml
50
[dependencies]
51
-embedded-cli = "0.1.0"
+embedded-cli = "0.1.1"
52
embedded-io = "0.6.1"
53
ufmt = "0.2.0"
54
```
embedded-cli-macros/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "embedded-cli-macros"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
5
description = """
6
Macros for embedded-cli lib
embedded-cli/Cargo.toml
name = "embedded-cli"
CLI with autocompletion, help and history for embedded systems (like Arduino or STM32)
0 commit comments