diff options
author | Keuin <[email protected]> | 2023-09-04 02:27:12 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2023-09-04 02:30:17 +0800 |
commit | 863473cdcb29d9989c39b4ff96bd54e14b13c6b6 (patch) | |
tree | c649cb434f3d5d376a1c4abb6b76761f0c41b1f3 /Cargo.toml | |
parent | 143014a91e695106d8383ed173c482b3b4519663 (diff) |
bugfix: last character of response message is truncatedv0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "tcpmux" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |