From e36f6dc9b532c0698a9091ea273bef46e5bad012 Mon Sep 17 00:00:00 2001 From: Sven Rademakers Date: Fri, 2 Aug 2024 11:34:59 +0100 Subject: [PATCH] create v2.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/api/legacy.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa7ed9c..0aeb607 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -553,7 +553,7 @@ dependencies = [ [[package]] name = "bmcd" -version = "2.0.5" +version = "2.3.0" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 7bb1439..a6cf086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bmcd" -version = "2.0.5" +version = "2.3.0" edition = "2021" license = "Apache-2.0" rust-version = "1.75.0" diff --git a/src/api/legacy.rs b/src/api/legacy.rs index 2c8c9af..cc42963 100644 --- a/src/api/legacy.rs +++ b/src/api/legacy.rs @@ -59,7 +59,7 @@ type Query = web::Query>; /// /// * enabled HTTPS /// * chunked upload of flash images -const API_VERSION: &str = "1.1"; +const API_VERSION: &str = "1.2"; pub fn config(cfg: &mut web::ServiceConfig) { cfg.service(