Skip to content

Commit

Permalink
chore(examples): update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Mar 8, 2024
1 parent d7107a2 commit 141ec52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
url = "2.3"
tokio_wasi = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] }
qdrant_rest_client = "0.0.1"
# qdrant_rest_client = { git = "https://github.com/second-state/qdrant-rest-client/" }
# qdrant_rest_client = "0.0.1"
qdrant_rest_client = { git = "https://github.com/second-state/qdrant-rest-client/" }

0 comments on commit 141ec52

Please sign in to comment.