Skip to content

Commit

Permalink
Bump to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Aug 26, 2023
1 parent b751819 commit bb6a948
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-alpha.0"
version = "0.12.1"
authors = ["Eduardo Pinho <[email protected]>"]
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.1"
version = "0.6.2"
path = "faiss-sys"

[package.metadata.docs.rs]
Expand Down

0 comments on commit bb6a948

Please sign in to comment.