Update Chalk to released version

This commit is contained in:
Florian Diebold 2020-06-28 21:24:20 +02:00
parent 117cf0b85b
commit 3fe0d73670
2 changed files with 14 additions and 10 deletions

View file

@ -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"