From a47e5f0b01816df15d4440523a9f3db39c50bb01 Mon Sep 17 00:00:00 2001 From: segfaultdoctor <17258903+segfaultdoc@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:16:19 -0500 Subject: [PATCH] wip --- runtime-plugin/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime-plugin/Cargo.toml b/runtime-plugin/Cargo.toml index 2733ddb636..6be0da19e8 100644 --- a/runtime-plugin/Cargo.toml +++ b/runtime-plugin/Cargo.toml @@ -2,6 +2,7 @@ name = "solana-runtime-plugin" version = "1.18.0" edition = "2021" +publish = false [dependencies] crossbeam-channel = { workspace = true }