From 2988084a4b8347bf70c54f6c08901bfa9280b316 Mon Sep 17 00:00:00 2001 From: tonton-sol <19677766+tonton-sol@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:03:42 +0900 Subject: [PATCH] add `publish = false` for test program --- tests/hello_world/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hello_world/Cargo.toml b/tests/hello_world/Cargo.toml index 9e93fe3..dce794e 100644 --- a/tests/hello_world/Cargo.toml +++ b/tests/hello_world/Cargo.toml @@ -3,6 +3,7 @@ name = "hello_world" version = "0.1.0" description = "Created with Kaptn" edition = "2021" +publish = false [features] test-sbf = []