Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion humility-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "humility-bin"
edition.workspace = true
version = "0.13.1"
version = "0.13.2"
license = "MPL-2.0"

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions humility-bin/tests/cmd/chip.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For more information, try '--help'.

```
$ humility --chip this-can-be-anything -V
humility 0.13.1
humility 0.13.2

```

Expand All @@ -28,7 +28,7 @@ For more information, try '--help'.

```
$ humility -c apx432 -V
humility 0.13.1
humility 0.13.2

```

4 changes: 2 additions & 2 deletions humility-bin/tests/cmd/version.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Long version flag:

```
$ humility --version
humility 0.13.1
humility 0.13.2

```

Short version flag:

```
$ humility -V
humility 0.13.1
humility 0.13.2

```
Loading