aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cargo_watch/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Merge #3533bors[bot]2020-03-091-1/+1
|\ | | | | | | | | | | | | | | 3533: Updates insta to 0.15.0 and bumps console to 0.10.0 r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]>
| * Updates insta to 0.15.0 and bumps console to 0.10.0kjeremy2020-03-091-1/+1
| |
* | Fix SelectionRange return typekjeremy2020-03-091-1/+1
|/
* lsp-types 0.72kjeremy2020-03-021-1/+1
|
* Remove unused dependenciesShotaro Yamada2020-02-271-3/+0
|
* Update lsp-typeskjeremy2020-02-261-1/+1
|
* Update versionsKirill Bulatov2020-02-181-6/+6
|
* Parse cargo output a line at a time.Emil Lauridsen2020-01-291-0/+1
| | | | | | | | | | | | | | | | | | We previously used serde's stream deserializer to read json blobs from the cargo output. It has an issue though: If the deserializer encounters invalid input, it gets stuck reporting the same error again and again because it is unable to foward over the input until it reaches a new valid object. Reading a line at a time and manually deserializing fixes this issue, because cargo makes sure to only outpu one json blob per line, so should we encounter invalid input, we can just skip a line and continue. The main reason this would happen is stray printf-debugging in procedural macros, so we still report that an error occured, but we handle it gracefully now. Fixes #2935
* Update cratesJeremy Kolb2020-01-261-1/+1
|
* Update crateskjeremy2020-01-221-1/+1
|
* lsp-types 0.69.0Jeremy Kolb2020-01-151-1/+1
| | | | Stabilizes most proposed features
* Update dependenciesJeremy Kolb2020-01-011-1/+1
|
* Move cargo watch functionality to separate crateEmil Lauridsen2019-12-271-0/+17