Skip to content

Commit

Permalink
runtime/memory-map: update cargo.toml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Jun 14, 2024
1 parent 67b7c72 commit 5eda33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/tracer/memory-map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5eda33e

Please sign in to comment.