Skip to content

Commit

Permalink
fix(chalk-recursive): allow chalk-solve's default-features to be disa…
Browse files Browse the repository at this point in the history
…bled
  • Loading branch information
memoryruins committed May 8, 2021
1 parent 74ec03b commit 3b20ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chalk-recursive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ tracing = "0.1"

chalk-derive = { version = "0.66.0-dev.0", path = "../chalk-derive" }
chalk-ir = { version = "0.66.0-dev.0", path = "../chalk-ir" }
chalk-solve = { version = "0.66.0-dev.0", path = "../chalk-solve" }
chalk-solve = { version = "0.66.0-dev.0", path = "../chalk-solve", default-features = false }

[dev-dependencies]
chalk-integration = { path = "../chalk-integration" }

[features]
default = ["tracing-full"]

tracing-full = ["chalk-solve/tracing-subscriber", "chalk-solve/tracing-tree"]
tracing-full = ["chalk-solve/tracing-full"]

0 comments on commit 3b20ee5

Please sign in to comment.