diff --git a/crates/wiggle/Cargo.toml b/crates/wiggle/Cargo.toml index 297dacfe2d..af4bad9bef 100644 --- a/crates/wiggle/Cargo.toml +++ b/crates/wiggle/Cargo.toml @@ -19,7 +19,7 @@ wiggle-macro = { path = "macro", version = "0.14.0" } maintenance = { status = "actively-developed" } [dev-dependencies] -wiggle-test = { path = "test-helpers", version = "0.14.0" } +wiggle-test = { path = "test-helpers" } proptest = "0.9" [features] diff --git a/crates/wiggle/test-helpers/Cargo.toml b/crates/wiggle/test-helpers/Cargo.toml index e70d43a104..bba56b875f 100644 --- a/crates/wiggle/test-helpers/Cargo.toml +++ b/crates/wiggle/test-helpers/Cargo.toml @@ -12,7 +12,7 @@ include = ["src/**/*", "LICENSE"] [dependencies] proptest = "0.9" -wiggle = { path = "..", version = "0.14.0" } +wiggle = { path = ".." } [badges] maintenance = { status = "actively-developed" } diff --git a/scripts/publish-wasmtime.sh b/scripts/publish-wasmtime.sh index ceae0eb297..9449b6352d 100755 --- a/scripts/publish-wasmtime.sh +++ b/scripts/publish-wasmtime.sh @@ -24,7 +24,6 @@ for cargo_toml in \ crates/wiggle/generate/Cargo.toml \ crates/wiggle/macro/Cargo.toml \ crates/wiggle/Cargo.toml \ - crates/wiggle/test-helper/Cargo.toml \ crates/wasi-common/Cargo.toml \ crates/lightbeam/Cargo.toml \ crates/environ/Cargo.toml \