diff options
| author | ruki <[email protected]> | 2023-08-09 12:39:44 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-09 12:39:44 +0800 |
| commit | ef2ba39e335136945cec07d04bd5da4bcd1725a8 (patch) | |
| tree | 01b3d47f30fb28371fbd4ff66c5d183d2123b937 /tests/projects | |
| parent | d56fd4e78dd1d5a64409df3b8c889a54a4f740eb (diff) | |
| parent | 415f8da47b8b182a7072190dec91061ed6563c88 (diff) | |
Merge pull request #4054 from w568w/rust
Use `cargo metadata` to fetch the name set of cargo libraries
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/rust/cargo_deps_cross_build/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/rust/cargo_deps_cross_build/Cargo.toml b/tests/projects/rust/cargo_deps_cross_build/Cargo.toml index 6761593dc..fdc6c3132 100644 --- a/tests/projects/rust/cargo_deps_cross_build/Cargo.toml +++ b/tests/projects/rust/cargo_deps_cross_build/Cargo.toml @@ -5,3 +5,6 @@ edition = "2021" [dependencies] spin = "^0.9" + +[target.'cfg(target_arch = "aarch64")'.dependencies] +aarch64-cpu = "^9.3" |
