diff --git a/.github/workflows/sha1.yml b/.github/workflows/sha1.yml index 8afcf46..f156a45 100644 --- a/.github/workflows/sha1.yml +++ b/.github/workflows/sha1.yml @@ -96,8 +96,8 @@ jobs: matrix: include: # ARM64 - - target: aarch64-unknown-linux-gnu - rust: 1.43.0 # MSRV + #- target: aarch64-unknown-linux-gnu + # rust: 1.43.0 # MSRV - target: aarch64-unknown-linux-gnu rust: stable diff --git a/.github/workflows/sha2.yml b/.github/workflows/sha2.yml index 54921e4..9bee900 100644 --- a/.github/workflows/sha2.yml +++ b/.github/workflows/sha2.yml @@ -96,8 +96,8 @@ jobs: matrix: include: # ARM64 - - target: aarch64-unknown-linux-gnu - rust: 1.43.0 # MSRV + #- target: aarch64-unknown-linux-gnu + # rust: 1.43.0 # MSRV - target: aarch64-unknown-linux-gnu rust: stable diff --git a/Cargo.lock b/Cargo.lock index cee27d7..dde7f08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ dependencies = [ [[package]] name = "sha2-asm" -version = "0.6.1" +version = "0.6.2" dependencies = [ "cc", ]