From b62d76e80c602a8d0ced3eb3d6ae1e99a1b68505 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 25 Jan 2023 11:40:57 +0100 Subject: [PATCH] http: start 0.8.0 refactoring Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-http/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b75d7d4..fb391149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] } proxmox-api-macro = { version = "1.0.4", path = "proxmox-api-macro" } proxmox-async = { version = "0.4.1", path = "proxmox-async" } proxmox-compression = { version = "0.1.1", path = "proxmox-compression" } -proxmox-http = { version = "0.7", path = "proxmox-http" } +proxmox-http = { version = "0.8.0-alpha.1", path = "proxmox-http" } proxmox-io = { version = "1.0.0", path = "proxmox-io" } proxmox-lang = { version = "1.1", path = "proxmox-lang" } proxmox-router = { version = "1.3.1", path = "proxmox-router" } diff --git a/proxmox-http/Cargo.toml b/proxmox-http/Cargo.toml index 08a1aad1..4c3251d4 100644 --- a/proxmox-http/Cargo.toml +++ b/proxmox-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-http" edition.workspace = true -version = "0.7.0" +version = "0.8.0-alpha.1" authors.workspace = true license.workspace = true repository.workspace = true