mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 18:18:04 +00:00
bump proxmox-api-macro to 1.0.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
6ce3a73681
commit
bcf6abaa0d
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-api-macro"
|
name = "proxmox-api-macro"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
description = "Proxmox API macro"
|
description = "Proxmox API macro"
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-api-macro (1.0.2-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* support streaming api handlers
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2022 14:26:46 +0200
|
||||||
|
|
||||||
rust-proxmox-api-macro (1.0.1-1) stable; urgency=medium
|
rust-proxmox-api-macro (1.0.1-1) stable; urgency=medium
|
||||||
|
|
||||||
* stop adding automatically_derived to derived output to please new rustc
|
* stop adding automatically_derived to derived output to please new rustc
|
||||||
|
@ -1,44 +0,0 @@
|
|||||||
Source: rust-proxmox-api-macro
|
|
||||||
Section: rust
|
|
||||||
Priority: optional
|
|
||||||
Build-Depends: debhelper (>= 12),
|
|
||||||
dh-cargo (>= 24),
|
|
||||||
cargo:native <!nocheck>,
|
|
||||||
rustc:native <!nocheck>,
|
|
||||||
libstd-rust-dev <!nocheck>,
|
|
||||||
librust-anyhow-1+default-dev <!nocheck>,
|
|
||||||
librust-proc-macro2-1+default-dev <!nocheck>,
|
|
||||||
librust-quote-1+default-dev <!nocheck>,
|
|
||||||
librust-syn-1+default-dev <!nocheck>,
|
|
||||||
librust-syn-1+extra-traits-dev <!nocheck>,
|
|
||||||
librust-syn-1+full-dev <!nocheck>,
|
|
||||||
librust-syn-1+visit-mut-dev <!nocheck>
|
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
||||||
Standards-Version: 4.5.1
|
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
|
||||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
|
||||||
Rules-Requires-Root: no
|
|
||||||
|
|
||||||
Package: librust-proxmox-api-macro-dev
|
|
||||||
Architecture: any
|
|
||||||
Multi-Arch: same
|
|
||||||
Depends:
|
|
||||||
${misc:Depends},
|
|
||||||
librust-anyhow-1+default-dev,
|
|
||||||
librust-proc-macro2-1+default-dev,
|
|
||||||
librust-quote-1+default-dev,
|
|
||||||
librust-syn-1+default-dev,
|
|
||||||
librust-syn-1+extra-traits-dev,
|
|
||||||
librust-syn-1+full-dev,
|
|
||||||
librust-syn-1+visit-mut-dev
|
|
||||||
Provides:
|
|
||||||
librust-proxmox-api-macro+default-dev (= ${binary:Version}),
|
|
||||||
librust-proxmox-api-macro-1-dev (= ${binary:Version}),
|
|
||||||
librust-proxmox-api-macro-1+default-dev (= ${binary:Version}),
|
|
||||||
librust-proxmox-api-macro-1.0-dev (= ${binary:Version}),
|
|
||||||
librust-proxmox-api-macro-1.0+default-dev (= ${binary:Version}),
|
|
||||||
librust-proxmox-api-macro-1.0.1-dev (= ${binary:Version}),
|
|
||||||
librust-proxmox-api-macro-1.0.1+default-dev (= ${binary:Version})
|
|
||||||
Description: Proxmox API macro - Rust source code
|
|
||||||
This package contains the source for the Rust proxmox-api-macro crate, packaged
|
|
||||||
by debcargo for use with cargo and dh-cargo.
|
|
Loading…
Reference in New Issue
Block a user