Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi authored Feb 10, 2023
1 parent 07e27c7 commit 025c420
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.1.1"
version = "1.1.2"
authors = ["baoyachi <[email protected]>"]
edition = "2018"
description = "sha256 crypto digest"
Expand All @@ -14,4 +14,4 @@ license = "MIT AND Apache-2.0"

[dependencies]
hex = "0.4.2"
sha2 = { version = "0.9.2", default-features = false }
sha2 = { version = "0.9.2", default-features = false }

0 comments on commit 025c420

Please sign in to comment.