From e7abb68614cae85c8e0b381b0fa3b53ecb35ad2c Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Sun, 5 May 2024 13:54:57 -0700 Subject: [PATCH] Set `publish = false` in the minimal example Cargo.toml --- examples/minimal/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/minimal/Cargo.toml b/examples/minimal/Cargo.toml index 9c917786..1c905d14 100644 --- a/examples/minimal/Cargo.toml +++ b/examples/minimal/Cargo.toml @@ -2,6 +2,7 @@ name = "minimal" version = "0.1.0" edition = "2021" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html