diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/sha2/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/sha2/Cargo.toml b/vendor/sha2/Cargo.toml index c19f3241d..0a9655ce0 100644 --- a/vendor/sha2/Cargo.toml +++ b/vendor/sha2/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "sha2" -version = "0.10.7" +version = "0.10.8" authors = ["RustCrypto Developers"] description = """ Pure Rust implementation of the SHA-2 hash function family @@ -59,6 +59,7 @@ asm-aarch64 = ["asm"] compress = [] default = ["std"] force-soft = [] +loongarch64_asm = [] oid = ["digest/oid"] std = ["digest/std"] |