diff --git a/Cargo.lock b/Cargo.lock index fb02604f13d..d3080b88205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,7 +435,7 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "api" -version = "1.2.1" +version = "1.2.2" dependencies = [ "chrono", "env_logger", @@ -3032,7 +3032,7 @@ dependencies = [ [[package]] name = "qdrant" -version = "1.2.1" +version = "1.2.2" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 6c1846e3d0d..672602e5b35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant" -version = "1.2.1" +version = "1.2.2" authors = ["Andrey Vasnetsov "] edition = "2021" default-run = "qdrant" diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index b2d7ef9da2f..3a13e1cec8f 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api" -version = "1.2.1" +version = "1.2.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html