From a2128796393d110a56035488b3881eb25ff81c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Fri, 26 Dec 2025 14:45:47 +0100 Subject: [PATCH] fix: disable publishing for benchmark and example crates --- benchmarks/compile/Cargo.toml | 1 + examples/basic/Cargo.toml | 1 + examples/server/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/benchmarks/compile/Cargo.toml b/benchmarks/compile/Cargo.toml index 19bf443..44eb302 100644 --- a/benchmarks/compile/Cargo.toml +++ b/benchmarks/compile/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "fortifier-benchmark-compile" description = "Fortifier compile time benchmark." +publish = false authors.workspace = true edition.workspace = true diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml index 71cdbda..7162eaf 100644 --- a/examples/basic/Cargo.toml +++ b/examples/basic/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "fortifier-example-basic" description = "Fortifier basic example." +publish = false authors.workspace = true edition.workspace = true diff --git a/examples/server/Cargo.toml b/examples/server/Cargo.toml index 5f1121b..eefa40c 100644 --- a/examples/server/Cargo.toml +++ b/examples/server/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "fortifier-example-server" description = "Fortifier server example." +publish = false authors.workspace = true edition.workspace = true