Publish xcm-emulator crate (#1881)

Remove `publish = false` to publish the crate
This commit is contained in:
Ignacio Palacios
2023-10-16 11:09:46 +02:00
committed by GitHub
parent 86fde367c0
commit 8f1f2f35ba
-1
View File
@@ -4,7 +4,6 @@ description = "Test kit to emulate XCM program execution."
version = "0.1.0"
authors.workspace = true
edition.workspace = true
publish = false
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }