Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
- faiss-sys 0.3.0
- faiss 0.5.0
  • Loading branch information
Enet4 committed May 12, 2018
1 parent 4e4e177 commit 76e7971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.0"
version = "0.5.0"
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Enet4/faiss-rs"
Expand All @@ -17,7 +17,7 @@ branch = "master"
repository = "Enet4/faiss-rs"

[dependencies.faiss-sys]
version = "0.2.0"
version = "0.3.0"
path = "faiss-sys"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion faiss-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "faiss-sys"
description = "Native bindings for Faiss"
version = "0.2.0"
version = "0.3.0"
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Enet4/faiss-rs"
Expand Down

0 comments on commit 76e7971

Please sign in to comment.