We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 552336c + c0081c6 commit 150ac11Copy full SHA for 150ac11
Cargo.lock
@@ -9291,6 +9291,7 @@ dependencies = [
9291
"scsidisk_resources",
9292
"serde",
9293
"serde_json",
9294
+ "static_assertions",
9295
"storvsp_resources",
9296
"tempfile",
9297
"tmk_tests",
vmm_tests/vmm_tests/Cargo.toml
@@ -48,6 +48,7 @@ futures.workspace = true
48
jiff.workspace = true
49
tracing.workspace = true
50
zerocopy.workspace = true
51
+static_assertions.workspace = true
52
53
hvlite_ttrpc_vmservice.workspace = true
54
0 commit comments