diff options
author | Keuin <[email protected]> | 2022-03-28 21:10:59 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-03-28 21:10:59 +0800 |
commit | 46b838656a9cd4725c6b1cc58f5be55097a4ac58 (patch) | |
tree | 4ae4e07bbfe814f3f8dbf853d78f3fdc734513b6 /Cargo.toml | |
parent | 3c8531e8a4d3a23c2f4f3875bc30d2cbe103ec47 (diff) |
Bugfix: Specify `localhost` listen endpoint will cause a panic.v0.5.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 = "kimikuri_rs" -version = "0.5.0" +version = "0.5.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |