Skip to content

Commit

Permalink
chore: update deps, release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Oct 3, 2024
1 parent d3b3caa commit b0f10a9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 139 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9] - 2024-10-03

### Added

- Add functions to control 3.3V and 5V outputs of probe, #72

### Fixed

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

## [0.0.8] - 2024-03-30

Expand Down
157 changes: 26 additions & 131 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ default = []

[dependencies]
anyhow = "1"
bitfield = "0.14.0"
bitfield = "0.17.0"
clap = { version = "4", features = ["derive"] }
hex = "0.4.3"
ihex = "3.0.0"
log = "0.4.20"
nu-pretty-hex = "0.91.0"
log = "0.4"
nu-pretty-hex = "0.98.0"
rusb = "0.9.1"
simplelog = "0.12.0"
thiserror = "1.0.38"
object = { version = "0.34.0", default-features = false, features = [
thiserror = "1"
object = { version = "0.36.0", default-features = false, features = [
"elf",
"read_core",
"std",
] }
indicatif = "0.17.7"
serialport = "4.3.0"
serialport = "4.5.0"
libloading = "0.8.1"
chrono = "0.4.31"
clap-verbosity-flag = "2.2.0"
clap-verbosity-flag = "2"

0 comments on commit b0f10a9

Please sign in to comment.