Skip to content

Commit

Permalink
feat(compiler): support NO_COLOR when emitting diagnostics (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Aug 23, 2023
1 parent 69311af commit 36cd961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/apollo-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2021"

[dependencies]
apollo-parser = { path = "../apollo-parser", version = "0.6.0" }
ariadne = "0.3.0"
ariadne = { version = "0.3.0", features = ["auto-color"] }
indexmap = "2.0.0"
rowan = "0.15.5"
salsa = "0.16.1"
Expand Down

0 comments on commit 36cd961

Please sign in to comment.