From 1c8feac01f7ba92c810ddeafde399b4d152dec4e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 17 Jan 2021 11:41:45 +0300 Subject: :arrow_up: arena --- crates/profile/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/profile') diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 1b8f610bb..9c7ce26be 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -13,7 +13,7 @@ doctest = false once_cell = "1.3.1" cfg-if = "1" libc = "0.2.73" -la-arena = { version = "0.1.0", path = "../../lib/arena" } +la-arena = { version = "0.2.0", path = "../../lib/arena" } [target.'cfg(target_os = "linux")'.dependencies] perf-event = "0.4" -- cgit v1.2.3