Skip to content

Commit cba5506

Browse files
committed
Update Justfile to check msrv on additional crates
Signed-off-by: Simon Davies <[email protected]>
1 parent 43ff15c commit cba5506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
270270
verify-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 ###

0 commit comments

Comments
 (0)