Merge pull request #721 from LucasXu0/fix/linux_arm64_build

fix: update faccess version from 0.2.3 to 0.2.4 for fixing linux-arm64 building
This commit is contained in:
Nathan.fooo 2022-07-28 09:51:25 +08:00 committed by GitHub
commit 97c0198e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -754,9 +754,9 @@ dependencies = [
[[package]]
name = "faccess"
version = "0.2.3"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e039175679baf763ddddf4f76900b92d4dae9411ee88cf42d2f11b976b09e07c"
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
dependencies = [
"bitflags",
"libc",

4
shared-lib/Cargo.lock generated
View File

@ -332,9 +332,9 @@ dependencies = [
[[package]]
name = "faccess"
version = "0.2.3"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e039175679baf763ddddf4f76900b92d4dae9411ee88cf42d2f11b976b09e07c"
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
dependencies = [
"bitflags",
"libc",