aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-03-09 14:28:30 +0000
committerkjeremy <[email protected]>2020-03-09 14:28:30 +0000
commitd1e9f0af0431ad7a006b460550ac5f990211599c (patch)
tree875ef3daa24ac68d4ca2c4b2d76f8bbf5bc4ae2d /crates/ra_hir_ty/Cargo.toml
parentbf3eef8897502be4481eb663167c6ca5a2992fec (diff)
Updates insta to 0.15.0 and bumps console to 0.10.0
Diffstat (limited to 'crates/ra_hir_ty/Cargo.toml')
-rw-r--r--crates/ra_hir_ty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml
index f2558b579..9962112db 100644
--- a/crates/ra_hir_ty/Cargo.toml
+++ b/crates/ra_hir_ty/Cargo.toml
@@ -26,4 +26,4 @@ chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "177d713
26chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "177d71340acc7a7204a33115fc63075d86452179" } 26chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "177d71340acc7a7204a33115fc63075d86452179" }
27 27
28[dev-dependencies] 28[dev-dependencies]
29insta = "0.13.1" 29insta = "0.15.0"