Skip to content

Commit

Permalink
Exclude aarch64-dit from root workspace (#1131)
Browse files Browse the repository at this point in the history
Compiling the crate on non-AArch64 targets results in a compilation
error, so having it in workspace can be problematic on other target
arches.
  • Loading branch information
newpavlov authored Nov 11, 2024
1 parent b6fcf75 commit ae570cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
resolver = "2"
members = [
"aarch64-dit",
"blobby",
"block-buffer",
"block-padding",
Expand All @@ -17,6 +16,7 @@ members = [
"zeroize",
"zeroize_derive"
]
exclude = ["aarch64-dit"]

[profile.dev]
opt-level = 2

0 comments on commit ae570cd

Please sign in to comment.