Skip to content

Commit

Permalink
updated mem_dbg to 0.2.1, bumped epserde to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zommiommy committed May 30, 2024
1 parent 7a3cd00 commit 2d5a54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epserde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "epserde"
authors = ["Tommaso Fontana <[email protected]>", "Sebastiano Vigna <[email protected]>"]
description = "ε-serde is an ε-copy (i.e., almost zero-copy) serialization/deserialization framework"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
repository = "https://github.com/vigna/epserde-rs/"
license = "Apache-2.0 OR LGPL-2.1-or-later"
Expand All @@ -18,7 +18,7 @@ anyhow = "1.0.79"
sealed = "0.5.0"
maligned = "0.2.1"
common_traits = "0.10.2"
mem_dbg = "0.1.8"
mem_dbg = {version="0.2.1", features=["maligned", "mmap-rs"]}

[features]
default = ["std", "mmap-rs", "derive"]
Expand Down

0 comments on commit 2d5a54b

Please sign in to comment.