Skip to content

Commit

Permalink
refactor: remove default_members field in workspace Cargo.toml (#1136)
Browse files Browse the repository at this point in the history
All sub crates will be targeted 

specifically now `cargo run` will hit the cli binary
  • Loading branch information
ss2165 authored May 30, 2024
1 parent d799f7f commit 1032b7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ lto = "thin"
[workspace]
resolver = "2"
members = ["hugr", "hugr-core", "hugr-passes", "hugr-cli"]
default-members = ["hugr", "hugr-core", "hugr-passes"]

[workspace.package]
rust-version = "1.75"
Expand Down

0 comments on commit 1032b7a

Please sign in to comment.