File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ like-ci config=default-target hypervisor="kvm":
104104 {{ if os () == " linux" { " just clippy-exhaustive " + config } else { " " } }}
105105
106106 @ # Verify MSRV
107- ./ dev/ verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-guest-bin hyperlight-common
107+ ./ dev/ verify-msrv.sh hyperlight-common hyperlight-guest hyperlight-guest-bin hyperlight-host hyperlight-component-util hyperlight-component-macro hyperlight-guest-tracing-macro hyperlight-guest-tracing
108108
109109 @ # Build and move Rust guests
110110 just build-rust-guests {{ config}}
@@ -268,7 +268,7 @@ clippy-package package target=default-target: (witguest-wit)
268268
269269# Verify Minimum Supported Rust Version
270270verify-msrv :
271- ./ dev/ verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-guest-lib hyperlight-common
271+ ./ dev/ verify-msrv.sh hyperlight-common hyperlight-guest hyperlight-guest-bin hyperlight-host hyperlight-component-util hyperlight-component-macro hyperlight-guest-tracing-macro hyperlight-guest-tracing
272272
273273#####################
274274### RUST EXAMPLES ###
You can’t perform that action at this time.
0 commit comments