bump perlmod to 0.12.1-1

while this is technically an API break this is new and
not-yet used and we're in the 0.x versions after all...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-03-01 14:42:14 +01:00
parent 24ca477715
commit 73c3149eaa
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "perlmod"
version = "0.12.0"
version = "0.12.1"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2021"
build = "build.rs"

View File

@ -1,3 +1,9 @@
rust-perlmod (0.12.1-1) stable; urgency=medium
* move 'substr_from_str_slice' from ScalarRef to Scalar
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2022 14:41:44 +0100
rust-perlmod (0.12.0-1) stable; urgency=medium
* add experimental support for explicit substring handling

View File

@ -33,7 +33,7 @@ Recommends:
Provides:
librust-perlmod-0-dev (= ${binary:Version}),
librust-perlmod-0.12-dev (= ${binary:Version}),
librust-perlmod-0.12.0-dev (= ${binary:Version})
librust-perlmod-0.12.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.12+perlmod-macro-dev (= ${binary:Version}),
librust-perlmod-0.12+default-dev (= ${binary:Version}),
librust-perlmod-0.12+exporter-dev (= ${binary:Version}),
librust-perlmod-0.12.0+perlmod-macro-dev (= ${binary:Version}),
librust-perlmod-0.12.0+default-dev (= ${binary:Version}),
librust-perlmod-0.12.0+exporter-dev (= ${binary:Version})
librust-perlmod-0.12.1+perlmod-macro-dev (= ${binary:Version}),
librust-perlmod-0.12.1+default-dev (= ${binary:Version}),
librust-perlmod-0.12.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.