Skip to content

Commit 5455147

Browse files
authored
Remove digest-io from the root workspace (#1330)
This removes the circular dependency chain from the root workspace.
1 parent 5c46037 commit 5455147

File tree

4 files changed

+143
-110
lines changed

4 files changed

+143
-110
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
target
2-
**/Cargo.lock
32
**/*proptest-regressions

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@ members = [
99
"ctutils",
1010
"cpufeatures",
1111
"dbl",
12-
"digest-io",
1312
"hex-literal",
1413
"inout",
1514
"opaque-debug",
1615
"wycheproof2blb",
1716
"zeroize",
18-
"zeroize_derive"
17+
"zeroize_derive",
18+
]
19+
exclude = [
20+
# Works only on AArch64
21+
"aarch64-dit",
22+
# Results in circular dependencies
23+
"digest-io",
1924
]
20-
exclude = ["aarch64-dit"]
2125

2226
[profile.dev]
2327
opt-level = 2

digest-io/Cargo.lock

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

0 commit comments

Comments
 (0)