mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 21:50:36 +00:00
proxmox-http: bump version to 0.3.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5cbddad172
commit
44d571a8e0
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-http"
|
||||
edition = "2018"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-http (0.3.0-1) stable; urgency=medium
|
||||
|
||||
* update promxox to 0.12.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 20 Jul 2021 17:06:48 +0200
|
||||
|
||||
rust-proxmox-http (0.2.1-1) unstable; urgency=medium
|
||||
|
||||
* websocket: remove code for 'text' frames
|
||||
|
@ -35,10 +35,10 @@ Provides:
|
||||
librust-proxmox-http+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+default-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - Rust source code
|
||||
This package contains the source for the Rust proxmox-http crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
@ -52,8 +52,8 @@ Depends:
|
||||
librust-base64-0.12+default-dev
|
||||
Provides:
|
||||
librust-proxmox-http-0+base64-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+base64-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+base64-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+base64-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+base64-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "base64"
|
||||
This metapackage enables feature "base64" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -69,8 +69,8 @@ Depends:
|
||||
librust-openssl-0.10+default-dev
|
||||
Provides:
|
||||
librust-proxmox-http-0+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+client-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+client-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "client"
|
||||
This metapackage enables feature "client" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -84,8 +84,8 @@ Depends:
|
||||
librust-futures-0.3+default-dev
|
||||
Provides:
|
||||
librust-proxmox-http-0+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+futures-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+futures-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "futures"
|
||||
This metapackage enables feature "futures" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -99,8 +99,8 @@ Depends:
|
||||
librust-http-0.2+default-dev
|
||||
Provides:
|
||||
librust-proxmox-http-0+http-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+http-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+http-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+http-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+http-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "http"
|
||||
This metapackage enables feature "http" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -120,8 +120,8 @@ Depends:
|
||||
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
|
||||
Provides:
|
||||
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+http-helpers-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+http-helpers-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+http-helpers-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+http-helpers-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "http-helpers"
|
||||
This metapackage enables feature "http-helpers" for the Rust proxmox-http
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -136,8 +136,8 @@ Depends:
|
||||
librust-hyper-0.14+full-dev
|
||||
Provides:
|
||||
librust-proxmox-http-0+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+hyper-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+hyper-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "hyper"
|
||||
This metapackage enables feature "hyper" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -151,8 +151,8 @@ Depends:
|
||||
librust-openssl-0.10+default-dev
|
||||
Provides:
|
||||
librust-proxmox-http-0+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+openssl-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+openssl-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "openssl"
|
||||
This metapackage enables feature "openssl" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -166,8 +166,8 @@ Depends:
|
||||
librust-proxmox-0.12-dev
|
||||
Provides:
|
||||
librust-proxmox-http-0+proxmox-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+proxmox-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+proxmox-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+proxmox-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+proxmox-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "proxmox"
|
||||
This metapackage enables feature "proxmox" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -181,8 +181,8 @@ Depends:
|
||||
librust-tokio-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-http-0+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+tokio-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+tokio-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "tokio"
|
||||
This metapackage enables feature "tokio" for the Rust proxmox-http crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -196,8 +196,8 @@ Depends:
|
||||
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
|
||||
Provides:
|
||||
librust-proxmox-http-0+tokio-openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+tokio-openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+tokio-openssl-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+tokio-openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+tokio-openssl-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "tokio-openssl"
|
||||
This metapackage enables feature "tokio-openssl" for the Rust proxmox-http
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -218,8 +218,8 @@ Depends:
|
||||
librust-tokio-1+sync-dev
|
||||
Provides:
|
||||
librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.2.1+websocket-dev (= ${binary:Version})
|
||||
librust-proxmox-http-0.3+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-0.3.0+websocket-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP library - feature "websocket"
|
||||
This metapackage enables feature "websocket" for the Rust proxmox-http crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user