From 3125a9b69e9ae4b75bb695782897c28879cc159e Mon Sep 17 00:00:00 2001 From: Frances Wingerter Date: Mon, 10 Jun 2024 17:34:21 -0400 Subject: [PATCH] runtime/memory-map: update cargo.toml syntax --- runtime/tracer/memory-map/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tracer/memory-map/Cargo.toml b/runtime/tracer/memory-map/Cargo.toml index 02782b40a..5bf4b4b9d 100644 --- a/runtime/tracer/memory-map/Cargo.toml +++ b/runtime/tracer/memory-map/Cargo.toml @@ -3,11 +3,11 @@ name = "memory-map" version = "0.1.0" edition = "2021" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] [dependencies] libc_alloc = "1.0.5" -nonoverlapping_interval_tree = { version = "0.1.5", default_features = false } +nonoverlapping_interval_tree = { version = "0.1.5", default-features = false } [profile.dev] panic = "abort"