Skip to content

Commit 6a68f85

Browse files
committed
Update Justfile to check msrv on additional crates
Signed-off-by: Simon Davies <[email protected]>
1 parent 9cb2fa4 commit 6a68f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
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}}

0 commit comments

Comments
 (0)