Skip to content

Commit 4f3eb2c

Browse files
authored
update pmbus to 0.1.2 (#435)
Pull in fix to properly decode MFR_FAST_VIN_OFF_OFFSET on BMR491
1 parent 8a8922a commit 4f3eb2c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "humility"
1717
#
1818
# Be sure to check in and push all of the files that change. Happy versioning!
1919
#
20-
version = "0.10.35"
20+
version = "0.10.36"
2121
authors = ["Bryan Cantrill <[email protected]>"]
2222
edition = "2018"
2323
license = "MPL-2.0"

tests/cmd/chip.trycmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more information try --help
1313

1414
```
1515
$ humility --chip this-can-be-anything -V
16-
humility 0.10.35
16+
humility 0.10.36
1717

1818
```
1919

@@ -28,7 +28,7 @@ For more information try --help
2828

2929
```
3030
$ humility -c apx432 -V
31-
humility 0.10.35
31+
humility 0.10.36
3232

3333
```
3434

tests/cmd/version.trycmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Long version flag:
22

33
```
44
$ humility --version
5-
humility 0.10.35
5+
humility 0.10.36
66

77
```
88

99
Short version flag:
1010

1111
```
1212
$ humility -V
13-
humility 0.10.35
13+
humility 0.10.36
1414

1515
```

0 commit comments

Comments
 (0)