Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Apr 3, 2018
1 parent acd79ba commit 1d309d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.3.0"
version = "0.4.0"
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Enet4/faiss-rs"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Currently, this crate does not build Faiss automatically for you. The dynamic li

```toml
[dependencies]
"faiss" = "0.3.0"
"faiss" = "0.4.0"
```

If you have built Faiss with GPU support, you can include the "gpu" feature in the bindings:

```toml
[dependencies]
"faiss" = {version = "0.3.0", features = ["gpu"]}
"faiss" = {version = "0.4.0", features = ["gpu"]}
```

## Using
Expand Down

0 comments on commit 1d309d3

Please sign in to comment.