Skip to content

Commit

Permalink
chore: specifcy hugr-model version (#1563)
Browse files Browse the repository at this point in the history
release workflow failed because of this
  • Loading branch information
ss2165 authored Oct 9, 2024
1 parent 3b03f2c commit cf7593a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit cf7593a

Please sign in to comment.