Skip to content

Commit abdb334

Browse files
committed
Change the heed, heed-traits and heed-types version to 0.20.0-alpha.0
1 parent 466e55b commit abdb334

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

heed-traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heed-traits"
3-
version = "0.7.0"
3+
version = "0.20.0-alpha.0"
44
authors = ["Kerollmops <renault.cle@gmail.com>"]
55
description = "The traits used inside of the fully typed LMDB wrapper, heed"
66
license = "MIT"

heed-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heed-types"
3-
version = "0.7.2"
3+
version = "0.20.0-alpha.0"
44
authors = ["Kerollmops <renault.cle@gmail.com>"]
55
description = "The types used with the fully typed LMDB wrapper, heed"
66
license = "MIT"
@@ -12,7 +12,7 @@ edition = "2021"
1212
bincode = { version = "1.3.3", optional = true }
1313
bytemuck = { version = "1.12.3", features = ["extern_crate_alloc", "extern_crate_std"] }
1414
byteorder = "1.4.3"
15-
heed-traits = { version = "0.7.0", path = "../heed-traits" }
15+
heed-traits = { version = "0.20.0-alpha.0", path = "../heed-traits" }
1616
serde = { version = "1.0.151", optional = true }
1717
serde_json = { version = "1.0.91", optional = true }
1818

heed/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heed"
3-
version = "0.12.1"
3+
version = "0.20.0-alpha.0"
44
authors = ["Kerollmops <renault.cle@gmail.com>"]
55
description = "A fully typed LMDB wrapper with minimum overhead"
66
license = "MIT"
@@ -13,8 +13,8 @@ edition = "2021"
1313
[dependencies]
1414
bytemuck = "1.12.3"
1515
byteorder = { version = "1.4.3", default-features = false }
16-
heed-traits = { version = "0.7.0", path = "../heed-traits" }
17-
heed-types = { version = "0.7.2", path = "../heed-types" }
16+
heed-traits = { version = "0.20.0-alpha.0", path = "../heed-traits" }
17+
heed-types = { version = "0.20.0-alpha.0", path = "../heed-types" }
1818
libc = "0.2.139"
1919
lmdb-master-sys = { version = "0.1.0", path = "../lmdb-master-sys" }
2020
once_cell = "1.16.0"

0 commit comments

Comments
 (0)