Skip to content

Commit

Permalink
Merge pull request #206 from meilisearch/bump-version-to-v0.20.0-alpha.4
Browse files Browse the repository at this point in the history
Bump the version to v0.20.0-alpha.4
  • Loading branch information
Kerollmops authored Aug 23, 2023
2 parents 24994aa + 327bc29 commit 02030e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.20.0-alpha.3"
version = "0.20.0-alpha.4"
authors = ["Kerollmops <[email protected]>"]
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.20.0-alpha.3"
version = "0.20.0-alpha.4"
authors = ["Kerollmops <[email protected]>"]
description = "The types used with the fully typed LMDB wrapper, heed"
license = "MIT"
Expand All @@ -15,7 +15,7 @@ bytemuck = { version = "1.12.3", features = [
"extern_crate_std",
] }
byteorder = "1.4.3"
heed-traits = { version = "0.20.0-alpha.3", path = "../heed-traits" }
heed-traits = { version = "0.20.0-alpha.4", path = "../heed-traits" }
serde = { version = "1.0.151", optional = true }
serde_json = { version = "1.0.91", optional = true }

Expand Down
6 changes: 3 additions & 3 deletions heed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heed"
version = "0.20.0-alpha.3"
version = "0.20.0-alpha.4"
authors = ["Kerollmops <[email protected]>"]
description = "A fully typed LMDB wrapper with minimum overhead"
license = "MIT"
Expand All @@ -14,8 +14,8 @@ edition = "2021"
bitflags = {version = "2.3.3", features = ["serde"] }
bytemuck = "1.12.3"
byteorder = { version = "1.4.3", default-features = false }
heed-traits = { version = "0.20.0-alpha.3", path = "../heed-traits" }
heed-types = { version = "0.20.0-alpha.3", default-features = false, path = "../heed-types" }
heed-traits = { version = "0.20.0-alpha.4", path = "../heed-traits" }
heed-types = { version = "0.20.0-alpha.4", default-features = false, 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 02030e3

Please sign in to comment.