summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-03-28 21:10:59 +0800
committerKeuin <[email protected]>2022-03-28 21:10:59 +0800
commit46b838656a9cd4725c6b1cc58f5be55097a4ac58 (patch)
tree4ae4e07bbfe814f3f8dbf853d78f3fdc734513b6 /Cargo.toml
parent3c8531e8a4d3a23c2f4f3875bc30d2cbe103ec47 (diff)
Bugfix: Specify `localhost` listen endpoint will cause a panic.v0.5.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 84bd6d3..1d54179 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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