From 1df711b95cf596bb5be39902a37f261ab5a9f95a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 25 Jan 2021 12:32:35 +0300 Subject: :arrow_up: rowan --- crates/profile/Cargo.toml | 2 +- crates/syntax/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index cc7da27f7..4dd9acc98 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -14,7 +14,7 @@ once_cell = "1.3.1" cfg-if = "1" libc = "0.2.73" la-arena = { version = "0.2.0", path = "../../lib/arena" } -countme = { version = "2.0.0-pre.2", features = ["enable"] } +countme = { version = "2.0.0", features = ["enable"] } jemalloc-ctl = { version = "0.3.3", optional = true } [target.'cfg(target_os = "linux")'.dependencies] diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 24298fbfa..e70fbba9c 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -12,7 +12,7 @@ doctest = false [dependencies] itertools = "0.10.0" -rowan = "0.12" +rowan = "0.12.2" rustc_lexer = { version = "700.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" arrayvec = "0.5.1" -- cgit v1.2.3