Skip to content

Commit 629d1d1

Browse files
authored
Merge pull request #100 from meilisearch/increase-the-arroy-version
increase the arroy version for the next release
2 parents d72b469 + 27663f1 commit 629d1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "arroy"
33
description = "Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
documentation = "https://docs.rs/arroy"
66
repository = "https://github.com/meilisearch/arroy"
77
keywords = ["ANN-search", "Graph-algorithms", "Vector-Search", "Store"]

0 commit comments

Comments
 (0)