From 13c5cb0f9c84133017fdfaf83e13c0e743ace6ef Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Sun, 28 Jan 2024 22:35:40 +0000 Subject: [PATCH] Fix licensing error Signed-off-by: Michael Yuan --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c24a1a..c29ee9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qdrant_rest_client" version = "0.0.1" -license = "Apache-2" +license = "Apache-2.0" description = "The Dapr SDK for WebAssembly." repository = "https://github.com/second-state/qdrant-rest-client" authors = ["Michael Yuan "]