Skip to content

Commit

Permalink
Sync with txtai 8.2 API, closes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Jan 9, 2025
1 parent 78bd11b commit 42bc9b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "txtai"
version = "8.1.0"
version = "8.2.0"
authors = ["NeuML"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following lines to your project `Cargo.toml` file:

```toml
[dependencies]
txtai = { version = "8.1" }
txtai = { version = "8.2" }
tokio = { version = "0.2", features = ["full"] }
```

Expand Down
4 changes: 2 additions & 2 deletions examples/demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "demo"
version = "8.1.0"
version = "8.2.0"
authors = ["NeuML"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -10,6 +10,6 @@ txtai demo in Rust
edition = "2018"

[dependencies]
txtai = { version = "8.1" }
txtai = { version = "8.2" }
tokio = { version = "1.0", features = ["full"] }
openssl-sys = { features = ["vendored"] }

0 comments on commit 42bc9b9

Please sign in to comment.