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.
1 parent 85c2ac2 commit f9ae1e7Copy full SHA for f9ae1e7
Cargo.toml
@@ -38,7 +38,7 @@ hyperlight-common = { path = "src/hyperlight_common", version = "0.6.0", default
38
hyperlight-host = { path = "src/hyperlight_host", version = "0.6.0", default-features = false }
39
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.6.0", default-features = false }
40
hyperlight-guest-bin = { path = "src/hyperlight_guest_bin", version = "0.6.0", default-features = false }
41
-hyperlight-testing = { path = "src/hyperlight_testing", version = "0.6.0", default-features = false }
+hyperlight-testing = { path = "src/hyperlight_testing", default-features = false }
42
hyperlight-component-util = { path = "src/hyperlight_component_util", version = "0.6.0", default-features = false }
43
hyperlight-component-macro = { path = "src/hyperlight_component_macro", version = "0.6.0", default-features = false }
44
0 commit comments