-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from meilisearch/update-dependencies
update sub dependencies for release
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|