From ed5932898668c211ea63e376caf9ce98f0427e20 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Thu, 16 May 2024 15:05:35 +0800 Subject: [PATCH] version: bump to `0.1.1` Signed-off-by: Xin Liu --- Cargo.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6505811..a19a413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"