wiggle: remove versions and dont publish wiggle-test (#1446)

* wiggle: delete version deps between wiggle and wiggle-test

* scripts: dont publish wiggle-test
This commit is contained in:
Pat Hickey
2020-03-31 12:13:16 -07:00
committed by GitHub
parent 5423683474
commit 48014e8d45
3 changed files with 2 additions and 3 deletions

View File

@@ -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]

View File

@@ -12,7 +12,7 @@ include = ["src/**/*", "LICENSE"]
[dependencies]
proptest = "0.9"
wiggle = { path = "..", version = "0.14.0" }
wiggle = { path = ".." }
[badges]
maintenance = { status = "actively-developed" }

View File

@@ -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 \