Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jan 3, 2024
1 parent 70471a8 commit 4184f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sha256"
version = "1.4.0"
version = "1.5.0"
authors = ["baoyachi <liaoymxsdl@gmail.com>"]
edition = "2018"
description = "sha256 crypto digest"
Expand All @@ -27,4 +27,4 @@ async = ["tokio"]

[dev-dependencies]
tokio = { version = "1.28.2", features = ["full"] }
tokio-test = "0.4.2"
tokio-test = "0.4.2"

0 comments on commit 4184f8e

Please sign in to comment.