Skip to content

Commit

Permalink
Fixed dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vigna committed Apr 7, 2024
1 parent 83b3216 commit 7a3cd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epserde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["serialization", "zero-copy", "mmap"]
mmap-rs = { version="0.6.0", optional=true }
bitflags = {version="2.4.2", default-features=false }
xxhash-rust = {version="0.8.8", default-features=false, features=["xxh3"] }
epserde-derive = { version = "=0.3.0", optional = true }
epserde-derive = { version = "=0.3.1", optional = true }
anyhow = "1.0.79"
sealed = "0.5.0"
maligned = "0.2.1"
Expand Down

0 comments on commit 7a3cd00

Please sign in to comment.