Skip to content

Commit

Permalink
fix: Hugr-model using undeclared derive_more features (#1940)
Browse files Browse the repository at this point in the history
Fixes #1939

The semver checks run still fail here because the `main` baseline still
has the error 💀
  • Loading branch information
aborgna-q authored Feb 27, 2025
1 parent 50139ff commit 7a9bda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bench = false
base64 = { workspace = true }
bumpalo = { workspace = true, features = ["collections"] }
capnp = { workspace = true }
derive_more = { workspace = true, features = ["display"] }
derive_more = { workspace = true, features = ["display", "error", "from"] }
fxhash.workspace = true
indexmap.workspace = true
ordered-float = { workspace = true }
Expand Down

0 comments on commit 7a9bda5

Please sign in to comment.