http: start 0.8.0 refactoring

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-01-25 11:40:57 +01:00
parent 726bf413f5
commit b62d76e80c
2 changed files with 2 additions and 2 deletions

View File

@ -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" }

View File

@ -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