Enable publishing of crates that are deps of other published crates (#1573)

This commit is contained in:
Lulu
2023-09-15 10:50:23 +01:00
committed by GitHub
parent 1882e9e457
commit b300efcb57
30 changed files with 0 additions and 30 deletions
@@ -4,7 +4,6 @@ version = "1.0.0"
authors.workspace = true
edition.workspace = true
description = "Test utils for Asset Hub runtimes."
publish = false
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }