From c556f3949170fae8e988fd40aa14b7991cd7e4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Wed, 17 Jan 2024 15:51:32 +0100 Subject: [PATCH] chore(lumina-cli): skip trying to publish lumina-cli until it's fixed (#188) fixes #186 --- cli/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 84e81516..b69c3137 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -18,6 +18,8 @@ categories = [ "network-programming", "wasm", ] +# TODO: handle lumina-node-wasm artifacts - https://github.com/eigerco/lumina/issues/185 +publish = false [[bin]] name = "lumina"