mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 22:07:05 +00:00
bump perlmod to 0.13.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
cac2982a8b
commit
40d6ec96ea
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "perlmod"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-perlmod (0.13.1-1) stable; urgency=medium
|
||||
|
||||
* provide perlmod::ser::is_active helper
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 25 Mar 2022 15:45:45 +0100
|
||||
|
||||
rust-perlmod (0.13.0-1) stable; urgency=medium
|
||||
|
||||
* add `merge_str_slice` convenience helper
|
||||
|
@ -33,7 +33,7 @@ Recommends:
|
||||
Provides:
|
||||
librust-perlmod-0-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13.0-dev (= ${binary:Version})
|
||||
librust-perlmod-0.13.1-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.13+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13.0+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13.0+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13.0+exporter-dev (= ${binary:Version})
|
||||
librust-perlmod-0.13.1+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13.1+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13.1+exporter-dev (= ${binary:Version})
|
||||
Description: Ffi & serde code for limited interaction with perl code - feature "perlmod-macro" and 2 more
|
||||
This metapackage enables feature "perlmod-macro" for the Rust perlmod crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user