From 4a03a931c20fffba851b24d322e306a7a62eb9b8 Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Wed, 9 Oct 2024 13:43:48 +0100 Subject: [PATCH] chore: specifcy hugr-model version --- hugr-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugr-core/Cargo.toml b/hugr-core/Cargo.toml index 36e4485eb..d07f7f88c 100644 --- a/hugr-core/Cargo.toml +++ b/hugr-core/Cargo.toml @@ -51,7 +51,7 @@ paste = { workspace = true } strum = { workspace = true } strum_macros = { workspace = true } semver = { version = "1.0.23", features = ["serde"] } -hugr-model = { path = "../hugr-model", optional = true } +hugr-model = { version = "0.1.0", path = "../hugr-model", optional = true } indexmap.workspace = true fxhash.workspace = true bumpalo = { workspace = true, features = ["collections"] }