We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0822a2 commit 4a061c4Copy full SHA for 4a061c4
CHANGELOG.md
@@ -5,6 +5,8 @@
5
6
## Unreleased
7
8
+## v0.16.5 (2025-10-05)
9
+
10
- Fix: Encoding of RTU CRC on Big Endian platforms.
11
- Server: Remove unneeded `Unpin` trait bounds for abort signal.
12
Cargo.toml
@@ -4,7 +4,7 @@
4
[package]
name = "tokio-modbus"
description = "Tokio-based Modbus library"
-version = "0.16.4"
+version = "0.16.5"
authors = ["slowtec GmbH <post@slowtec.de>", "Markus Kohlhase <markus.kohlhase@slowtec.de>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments