mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Update Chalk to released version
This commit is contained in:
parent
117cf0b85b
commit
3fe0d73670
2 changed files with 14 additions and 10 deletions
|
@ -27,8 +27,8 @@ test_utils = { path = "../test_utils" }
|
|||
|
||||
scoped-tls = "1"
|
||||
|
||||
chalk-solve = { version = "0.15.0-dev.0", git = "https://github.com/rust-lang/chalk" }
|
||||
chalk-ir = { version = "0.15.0-dev.0", git = "https://github.com/rust-lang/chalk" }
|
||||
chalk-solve = { version = "0.15.0" }
|
||||
chalk-ir = { version = "0.15.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.16.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue