Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde authored and flosse committed Jul 27, 2023
1 parent 7b67467 commit 416befd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Changelog

## v0.9.0 (Unreleased)
## v0.9.0 (2023-07-26)

- Optimization: Avoid allocations when writing multiple coils/registers.
- Optimization: Avoid allocations when receiving custom responses.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tokio-serial = { version = "5.4.4", default-features = false }
rustls-pemfile = "1.0.3"
tokio-rustls = "0.24.1"
pkcs8 = { version = "0.10.2", features = ["encryption", "pem", "std"] }
pem = "2.0.1"
pem = "3.0.1"
webpki = "0.22.0"

[features]
Expand Down

0 comments on commit 416befd

Please sign in to comment.