Skip to content

Commit 3db82ca

Browse files
committed
Rebase and apply feedback
1 parent 9db5c0a commit 3db82ca

File tree

15 files changed

+1304
-701
lines changed

15 files changed

+1304
-701
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ members = [
7070
"utils/ixdtf",
7171
"utils/litemap",
7272
"utils/resb",
73-
"utils/host_info",
7473
"utils/tinystr",
7574
"utils/tzif",
7675
"utils/potential_utf",
@@ -100,6 +99,8 @@ members = [
10099
# Note: Workspaces in subdirectories, such as components/collator/fuzz, are
101100
# implicitly excluded from the main workspace.
102101
exclude = [
102+
# host_info requires a custom ci job to avoid having to pull its optional dependencies
103+
"utils/host_info",
103104
# Examples are tested outside the workspace to simulate external users
104105
"examples",
105106
# Don't publish the graveyard

0 commit comments

Comments
 (0)