Skip to content

Commit

Permalink
version: bump to 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed May 16, 2024
1 parent 66f92c8 commit ed59328
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qdrant_rest_client"
version = "0.1.0"
version = "0.1.1"
license = "Apache-2.0"
description = "The Qdrant SDK for WebAssembly."
repository = "https://github.com/second-state/qdrant-rest-client"
Expand All @@ -21,12 +21,9 @@ name = "qdrant"
path = "src/lib.rs"

[dependencies]
reqwest = { version = "0.11", default-features = false, features = [
"json",
"rustls-tls",
]}
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }

tokio = { version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }

serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit ed59328

Please sign in to comment.