Skip to content

Commit c393f59

Browse files
committed
build system changes to target minimum ui
1 parent 8edff3d commit c393f59

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ members = [
118118
"libs/cramium-api",
119119
"services/keystore",
120120
"libs/precursor-hal",
121+
"apps/vault2",
121122
]
122123
resolver = "2"
123124

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
374374
"cramium-emu",
375375
"bao-console",
376376
"pddb",
377-
"usb-cramium",
377+
// "usb-cramium",
378378
"keystore",
379379
];
380380
builder.add_feature("pddbtest");

0 commit comments

Comments
 (0)