Skip to content

Commit

Permalink
Forward hw-latest feature when building caliptra-drivers tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
korran authored and jhand2 committed Mar 21, 2024
1 parent 4e0570f commit 0e7fcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fpga_realtime = ["caliptra-hw-model/fpga_realtime"]
itrng = ["caliptra-hw-model/itrng"]
verilator = ["caliptra-hw-model/verilator"]
no-cfi = []
hw-latest = ["caliptra-registers/hw-latest"]
hw-latest = ["caliptra-builder/hw-latest", "caliptra-registers/hw-latest"]

[dev-dependencies]
caliptra-builder.workspace = true
Expand Down

0 comments on commit 0e7fcf5

Please sign in to comment.