Skip to content

Commit

Permalink
Bumped mem-dbg and fid-rs to fix several issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 authored Jul 19, 2024
1 parent b940183 commit 14f3df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ categories = ["compression", "data-structures"]
edition = "2018"

[dependencies]
fid-rs = "0.2.0"
fid-rs = "0.2.1"
serde = { version = "1.0", features = ["derive"], optional = true }
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 14f3df5

Please sign in to comment.