From cf85baf6fc1e9f80ef9d5ca38050ccd5c5e121da Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 17 Jul 2024 08:31:29 +0300 Subject: [PATCH] simulator: Disable package publishing The simulator is for testing purposes only. Disable publishing to avoid `cargo dist` from picking it up. --- simulator/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index 02f463921..f6014a9bf 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -8,6 +8,7 @@ edition.workspace = true license.workspace = true repository.workspace = true description = "The Limbo deterministic simulator" +publish = false [[bin]] name = "limbo_sim"