Skip to content

Commit

Permalink
Exclude aarch64-dit from worksapce
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 11, 2024
1 parent b6fcf75 commit 871da6f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
35 changes: 14 additions & 21 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 871da6f

Please sign in to comment.