Skip to content

Commit

Permalink
version: bump to 0.0.3
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 0ece572 commit d7107a2
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,6 +1,6 @@
[package]
name = "qdrant_rest_client"
version = "0.0.2"
version = "0.0.3"
license = "Apache-2.0"
description = "The Dapr SDK for WebAssembly."
repository = "https://github.com/second-state/qdrant-rest-client"
Expand All @@ -19,7 +19,7 @@ serde_json = "1.0"
http = "0.2"
anyhow = "1.0"
reqwest_wasi = { version = "0.11", features = ["json"] }
tokio_wasi = { version = "1.21", features = ["rt", "macros", "net", "time"]}
tokio_wasi = { version = "1.21", features = ["rt", "macros", "net", "time"] }

[features]
wasmedge-tls = ["reqwest_wasi/wasmedge-tls"]

0 comments on commit d7107a2

Please sign in to comment.