From 295d610f4309062e69cac1f71e25ee8f5cefdeaa Mon Sep 17 00:00:00 2001 From: Wen <113942165+wen-coding@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:27:09 -0700 Subject: [PATCH] We need to publish solana-wen-restart so we can publish 1.18.0 later. (#33662) --- wen-restart/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wen-restart/Cargo.toml b/wen-restart/Cargo.toml index b74871801872af..a2e6e5c1ac885d 100644 --- a/wen-restart/Cargo.toml +++ b/wen-restart/Cargo.toml @@ -8,7 +8,7 @@ repository = { workspace = true } homepage = { workspace = true } license = { workspace = true } edition = { workspace = true } -publish = false +publish = true [dependencies] log = { workspace = true }