Skip to content

Commit

Permalink
Bumped version of mem-dbg, which has several fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 authored Jul 19, 2024
1 parent 93e0411 commit 1c1faa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rayon = { version = "1.5", optional = true }
# Serde is another optional feature, which can be enabled by setting `serde` feature.
# It is used to serialize and deserialize the FID structure.
serde = { version = "1.0", optional = true, features = ["derive"] }
mem_dbg = {version = "0.1.4", optional = true}
mem_dbg = {version = "0.2.2", optional = true}

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit 1c1faa8

Please sign in to comment.