Skip to content

Commit f9ae1e7

Browse files
committed
Remove version number from hyperlight-testing crate dependency
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 85c2ac2 commit f9ae1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ hyperlight-common = { path = "src/hyperlight_common", version = "0.6.0", default
3838
hyperlight-host = { path = "src/hyperlight_host", version = "0.6.0", default-features = false }
3939
hyperlight-guest = { path = "src/hyperlight_guest", version = "0.6.0", default-features = false }
4040
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 }
41+
hyperlight-testing = { path = "src/hyperlight_testing", default-features = false }
4242
hyperlight-component-util = { path = "src/hyperlight_component_util", version = "0.6.0", default-features = false }
4343
hyperlight-component-macro = { path = "src/hyperlight_component_macro", version = "0.6.0", default-features = false }
4444

0 commit comments

Comments
 (0)