Skip to content

Commit 2a689a8

Browse files
committed
Bumped revision numer correctly
1 parent 4fb62e3 commit 2a689a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

epserde/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "epserde"
33
authors = ["Tommaso Fontana <tommaso.fontana.96@gmail.com>", "Sebastiano Vigna <sebastiano.vigna@unimi.it>"]
44
description = "ε-serde is an ε-copy (i.e., almost zero-copy) serialization/deserialization framework"
5-
version = "0.5.2"
5+
version = "0.6.0"
66
edition = "2021"
77
repository = "https://github.com/vigna/epserde-rs/"
88
license = "Apache-2.0 OR LGPL-2.1-or-later"
@@ -13,8 +13,8 @@ keywords = ["serialization", "zero-copy", "mmap"]
1313
mmap-rs = { version="0.6.0", optional=true }
1414
bitflags = {version="2.4.2", default-features=false }
1515
xxhash-rust = {version="0.8.8", default-features=false, features=["xxh3"] }
16-
#epserde-derive = { version="=0.4.0", optional = true }
17-
epserde-derive = { path="../epserde-derive", optional = true }
16+
epserde-derive = { version="=0.6.0", optional = true }
17+
#epserde-derive = { path="../epserde-derive", optional = true }
1818
anyhow = "1.0.79"
1919
sealed = "0.5.0"
2020
maligned = "0.2.1"

0 commit comments

Comments
 (0)