From 4184f8ef58a6f148f1dda5c83dcf2a98962f541e Mon Sep 17 00:00:00 2001 From: baoyachi Date: Thu, 4 Jan 2024 00:37:50 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f54a60..d8f4b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha256" -version = "1.4.0" +version = "1.5.0" authors = ["baoyachi "] edition = "2018" description = "sha256 crypto digest" @@ -27,4 +27,4 @@ async = ["tokio"] [dev-dependencies] tokio = { version = "1.28.2", features = ["full"] } -tokio-test = "0.4.2" \ No newline at end of file +tokio-test = "0.4.2"