Skip to content

Commit 3c1cc18

Browse files
authored
Remove version number from hyperlight-testing crate dependency (#588) (#589)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 18cae10 commit 3c1cc18

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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

src/hyperlight_testing/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "hyperlight-testing"
3-
version.workspace = true
43
edition = "2021"
54

65
[dependencies]
@@ -18,4 +17,4 @@ serde_json = "1.0"
1817
bench = false # see https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
1918
# reduce noise in test output
2019
test = false
21-
doctest = false
20+
doctest = false

0 commit comments

Comments
 (0)