Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fid-rs"
version = "0.2.0"
version = "0.2.1"
authors = ["Sho Nakatani <[email protected]>"]
description = "High performance FID (Fully Indexable Dictionary) library"
readme = "README.md"
Expand All @@ -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