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"