Skip to content

Commit

Permalink
Merge pull request #266 from meilisearch/update-dependencies
Browse files Browse the repository at this point in the history
update sub dependencies for release
  • Loading branch information
Kerollmops authored Jul 2, 2024
2 parents b9b2385 + 45de8f1 commit cfa1bca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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"
version = "0.20.1"
authors = ["Kerollmops <[email protected]>"]
description = "The types used with the fully typed LMDB wrapper, heed"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions heed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ edition = "2021"
bitflags = { version = "2.6.0", features = ["serde"] }
byteorder = { version = "1.5.0", default-features = false }
heed-traits = { version = "0.20.0", path = "../heed-traits" }
heed-types = { version = "0.20.0", default-features = false, path = "../heed-types" }
heed-types = { version = "0.20.1", default-features = false, path = "../heed-types" }
libc = "0.2.155"
lmdb-master-sys = { version = "0.2.1", path = "../lmdb-master-sys" }
lmdb-master-sys = { version = "0.2.2", path = "../lmdb-master-sys" }
once_cell = "1.19.0"
page_size = "0.6.0"
serde = { version = "1.0.203", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lmdb-master-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lmdb-master-sys"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.2.1"
version = "0.2.2"
authors = [
"Kerollmops <[email protected]>",
"Dan Burkert <[email protected]>",
Expand Down

0 comments on commit cfa1bca

Please sign in to comment.