diff --git a/Cargo.lock b/Cargo.lock index cc41998bbf3..6952b3d5eb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7833,7 +7833,7 @@ dependencies = [ [[package]] name = "test-helpers" -version = "0.1.0" +version = "0.0.0" dependencies = [ "fuel-core", "fuel-core-client", diff --git a/tests/test-helpers/Cargo.toml b/tests/test-helpers/Cargo.toml index e77a61e5f2b..f648bb0a9c1 100644 --- a/tests/test-helpers/Cargo.toml +++ b/tests/test-helpers/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "test-helpers" -version = "0.1.0" -edition = "2021" +version = "0.0.0" +edition = { workspace = true } +license = { workspace = true } +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html