Skip to content

Commit b0f10a9

Browse files
committed
chore: update deps, release 0.0.9
1 parent d3b3caa commit b0f10a9

File tree

3 files changed

+40
-139
lines changed

3 files changed

+40
-139
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.9] - 2024-10-03
11+
12+
### Added
13+
14+
- Add functions to control 3.3V and 5V outputs of probe, #72
15+
1016
### Fixed
1117

1218
- Rename ChipUID response to ESignature, #58
13-
- Add functions to control 3.3V and 5V outputs of probe
19+
- Ensure consistent nanosecond precision in log timestamps, #64
1420

1521
## [0.0.8] - 2024-03-30
1622

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ default = []
1717

1818
[dependencies]
1919
anyhow = "1"
20-
bitfield = "0.14.0"
20+
bitfield = "0.17.0"
2121
clap = { version = "4", features = ["derive"] }
2222
hex = "0.4.3"
2323
ihex = "3.0.0"
24-
log = "0.4.20"
25-
nu-pretty-hex = "0.91.0"
24+
log = "0.4"
25+
nu-pretty-hex = "0.98.0"
2626
rusb = "0.9.1"
2727
simplelog = "0.12.0"
28-
thiserror = "1.0.38"
29-
object = { version = "0.34.0", default-features = false, features = [
28+
thiserror = "1"
29+
object = { version = "0.36.0", default-features = false, features = [
3030
"elf",
3131
"read_core",
3232
"std",
3333
] }
3434
indicatif = "0.17.7"
35-
serialport = "4.3.0"
35+
serialport = "4.5.0"
3636
libloading = "0.8.1"
3737
chrono = "0.4.31"
38-
clap-verbosity-flag = "2.2.0"
38+
clap-verbosity-flag = "2"

0 commit comments

Comments
 (0)