From 025c4207fa8888be3e57431ef78f6305d5a74462 Mon Sep 17 00:00:00 2001 From: "baoyachi. Aka Rust Hairy crabs" Date: Fri, 10 Feb 2023 14:54:25 +0800 Subject: [PATCH] update license --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1016621..341dfb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sha256" -version = "1.1.1" +version = "1.1.2" authors = ["baoyachi "] edition = "2018" description = "sha256 crypto digest" @@ -14,4 +14,4 @@ license = "MIT AND Apache-2.0" [dependencies] hex = "0.4.2" -sha2 = { version = "0.9.2", default-features = false } \ No newline at end of file +sha2 = { version = "0.9.2", default-features = false }