worker-task: bump to 0.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
4b9c907b68
commit
36e552de47
@ -142,4 +142,4 @@ proxmox-sys = { version = "0.5.7", path = "proxmox-sys" }
|
||||
proxmox-tfa = { version = "5.0.0", path = "proxmox-tfa" }
|
||||
proxmox-time = { version = "2.0.0", path = "proxmox-time" }
|
||||
proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" }
|
||||
proxmox-worker-task = { version = "1.0.0", path = "proxmox-worker-task" }
|
||||
proxmox-worker-task = { version = "0.1.0", path = "proxmox-worker-task" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-worker-task"
|
||||
version = "1.0.0"
|
||||
version = "0.1.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -2,4 +2,4 @@ rust-proxmox-worker-task (0.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2024 13:03:45 +0200
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2024 13:04:07 +0200
|
||||
|
@ -0,0 +1,32 @@
|
||||
Source: rust-proxmox-worker-task
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 25),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-worker-task
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: librust-proxmox-worker-task-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-worker-task+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-worker-task-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-worker-task-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-worker-task-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-worker-task-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-worker-task-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-worker-task-0.1.0+default-dev (= ${binary:Version})
|
||||
Description: Worker task functionality - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-worker-task"
|
Loading…
x
Reference in New Issue
Block a user