Skip to content

Commit

Permalink
Remove dependency on crate source-span (#49)
Browse files Browse the repository at this point in the history
This dependency was listed in crates/oq3_source_file/Cargo.toml
But in fact it is not used. `source-span` depends on `termion`.
The latter does not work on Windows, so we don't want it.

It may be possible to disable the `termion` feature if for some reason
`source-span` turns out to be useful.
  • Loading branch information
jlapeyre authored Jan 18, 2024
1 parent 39b5c66 commit c9d9ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oq3_source_file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ doctest = false
[dependencies]
ariadne = { version = "0.3.0", features = ["auto-color"] }
oq3_syntax.workspace = true
source-span = { version = "2.7.0" }

0 comments on commit c9d9ed9

Please sign in to comment.