From 1c1faa86b24ba7b3cd8dbce3263a306b1a828e46 Mon Sep 17 00:00:00 2001 From: Luca Cappelletti Date: Fri, 19 Jul 2024 11:05:39 +0200 Subject: [PATCH 1/2] Bumped version of mem-dbg, which has several fixes. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8c47835..7e18e909 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From 13f04c292d5615f7999421f08475eea786917ecc Mon Sep 17 00:00:00 2001 From: Luca Cappelletti Date: Fri, 19 Jul 2024 11:07:15 +0200 Subject: [PATCH 2/2] Bumped version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e18e909..10a5675b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fid-rs" -version = "0.2.0" +version = "0.2.1" authors = ["Sho Nakatani "] description = "High performance FID (Fully Indexable Dictionary) library" readme = "README.md"