mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-03-12 00:58:16 +03:00
bump perlmod to 0.8.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8932eaeb6b
commit
78e2b8b233
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "perlmod"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-perlmod (0.8.2-1) stable; urgency=medium
|
||||
|
||||
* add enum in deserialization support
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 05 Nov 2021 10:14:50 +0100
|
||||
|
||||
rust-perlmod (0.8.1-1) stable; urgency=medium
|
||||
|
||||
* Add Value::as_array
|
||||
|
@ -33,7 +33,7 @@ Recommends:
|
||||
Provides:
|
||||
librust-perlmod-0-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.8-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.8.1-dev (= ${binary:Version})
|
||||
librust-perlmod-0.8.2-dev (= ${binary:Version})
|
||||
Description: Ffi & serde code for limited interaction with perl code - Rust source code
|
||||
This package contains the source for the Rust perlmod crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
@ -54,9 +54,9 @@ Provides:
|
||||
librust-perlmod-0.8+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.8+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.8+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.8.1+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.8.1+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.8.1+perlmod-macro-dev (= ${binary:Version})
|
||||
librust-perlmod-0.8.2+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.8.2+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.8.2+perlmod-macro-dev (= ${binary:Version})
|
||||
Description: Ffi & serde code for limited interaction with perl code - feature "exporter" and 2 more
|
||||
This metapackage enables feature "exporter" for the Rust perlmod crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
x
Reference in New Issue
Block a user