Skip to content

Commit

Permalink
Change the heed, heed-traits and heed-types version to 0.20.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Jan 11, 2023
1 parent 466e55b commit 98f3f2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion heed-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heed-traits"
version = "0.7.0"
version = "0.20.0-alpha.0"
authors = ["Kerollmops <renault.cle@gmail.com>"]
description = "The traits used inside of the fully typed LMDB wrapper, heed"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions heed-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heed-types"
version = "0.7.2"
version = "0.20.0-alpha.0"
authors = ["Kerollmops <renault.cle@gmail.com>"]
description = "The types used with the fully typed LMDB wrapper, heed"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ edition = "2021"
bincode = { version = "1.3.3", optional = true }
bytemuck = { version = "1.12.3", features = ["extern_crate_alloc", "extern_crate_std"] }
byteorder = "1.4.3"
heed-traits = { version = "0.7.0", path = "../heed-traits" }
heed-traits = { version = "0.20.0-alpha.0", path = "../heed-traits" }
serde = { version = "1.0.151", optional = true }
serde_json = { version = "1.0.91", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions heed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2021"
[dependencies]
bytemuck = "1.12.3"
byteorder = { version = "1.4.3", default-features = false }
heed-traits = { version = "0.7.0", path = "../heed-traits" }
heed-types = { version = "0.7.2", path = "../heed-types" }
heed-traits = { version = "0.20.0-alpha.0", path = "../heed-traits" }
heed-types = { version = "0.20.0-alpha.0", path = "../heed-types" }
libc = "0.2.139"
lmdb-master-sys = { version = "0.1.0", path = "../lmdb-master-sys" }
once_cell = "1.16.0"
Expand Down

0 comments on commit 98f3f2f

Please sign in to comment.