mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
upd to v1.0.3 (#1523)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -306,7 +306,7 @@ checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
||||
|
||||
[[package]]
|
||||
name = "api"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"env_logger",
|
||||
@@ -2672,7 +2672,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "qdrant"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "qdrant"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
authors = ["Andrey Vasnetsov <andrey@vasnetsov.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
const defaultApiVersion = 'v1.0.2';
|
||||
const defaultApiVersion = 'v1.0.3';
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
<a href="?v=master" class="dropdown-item" type="button">master</a>
|
||||
<a href="?v=v1.0.3" class="dropdown-item" type="button">v1.0.3</a>
|
||||
<a href="?v=v1.0.2" class="dropdown-item" type="button">v1.0.2</a>
|
||||
<a href="?v=v1.0.1" class="dropdown-item" type="button">v1.0.1</a>
|
||||
<a href="?v=v0.11.7" class="dropdown-item" type="button">v0.11.7</a>
|
||||
|
||||
6709
docs/redoc/v1.0.3/openapi.json
Normal file
6709
docs/redoc/v1.0.3/openapi.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "api"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
Reference in New Issue
Block a user