From 3eeb9f7c93ec8f6d6cbe3bab29005f53ffd660c8 Mon Sep 17 00:00:00 2001 From: Lukas Heidemann Date: Thu, 31 Oct 2024 17:27:34 +0000 Subject: [PATCH] `hugr-model` feature should not be default. --- hugr-core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/hugr-core/Cargo.toml b/hugr-core/Cargo.toml index 81c2bfc81..aa7c631a2 100644 --- a/hugr-core/Cargo.toml +++ b/hugr-core/Cargo.toml @@ -20,7 +20,6 @@ workspace = true extension_inference = [] declarative = ["serde_yaml"] model_unstable = ["hugr-model"] -default = ["model_unstable"] [[test]] name = "model"