Skip to content

Commit bbc1a9a

Browse files
authored
Merge pull request #278 from svmhdvn/master
rust/crypto: bump libc to support getauxval on musl
2 parents 87f205e + a97b1bd commit bbc1a9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sha-1 = "0.9"
2121
sha2 = "0.9"
2222

2323
[target.'cfg(all(target_arch = "aarch64", any(target_os = "linux")))'.dependencies]
24-
libc = "0.2" # for getauxval
24+
libc = "0.2.93" # for getauxval
2525

2626
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
2727
aesni = { version = "0.10", features = ["nocheck"] }

0 commit comments

Comments
 (0)