Skip to content

Commit

Permalink
start next development iteration 0.12.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Aug 26, 2023
1 parent bb6a948 commit 358f4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "faiss"
description = "High-level bindings for Faiss, the vector similarity search engine"
version = "0.12.1"
version = "0.12.2-alpha.0"
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Enet4/faiss-rs"
Expand All @@ -18,7 +18,7 @@ static = ["faiss-sys/static"]
status = "passively-maintained"

[dependencies.faiss-sys]
version = "0.6.2"
version = "0.6.3-alpha.0"
path = "faiss-sys"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 358f4cd

Please sign in to comment.