From 3ab7531d655fb16e522ad997d20e936e67951436 Mon Sep 17 00:00:00 2001 From: Eric Semeniuc <3838856+esemeniuc@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:19:32 -0800 Subject: [PATCH] publish --- tip-distributor/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tip-distributor/Cargo.toml b/tip-distributor/Cargo.toml index 2854eb2e04..6d6e9b7f78 100644 --- a/tip-distributor/Cargo.toml +++ b/tip-distributor/Cargo.toml @@ -4,6 +4,7 @@ version = { workspace = true } edition = { workspace = true } license = { workspace = true } description = "Collection of binaries used to distribute MEV rewards to delegators and validators." +publish = false [dependencies] anchor-lang = { workspace = true }