mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 09:08:06 +00:00
bump perlmod to 0.13.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
cd69debd78
commit
f605d7cf0c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "perlmod"
|
||||
version = "0.12.2"
|
||||
version = "0.13.0"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
@ -1,3 +1,13 @@
|
||||
rust-perlmod (0.13.0-1) stable; urgency=medium
|
||||
|
||||
* add `merge_str_slice` convenience helper
|
||||
|
||||
* drop `Result` from `substr_from_str_slice` return value
|
||||
|
||||
* handle SvUTF8 flag in `substr_from_str_slice`
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 04 Mar 2022 09:01:32 +0100
|
||||
|
||||
rust-perlmod (0.12.2-1) stable; urgency=medium
|
||||
|
||||
* fix 'substr_from_str_slice' failing if the substring is at the end of the
|
||||
|
@ -32,8 +32,8 @@ Recommends:
|
||||
librust-perlmod+perlmod-macro-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-perlmod-0-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.12-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.12.2-dev (= ${binary:Version})
|
||||
librust-perlmod-0.13-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.13.0-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.
|
||||
@ -51,12 +51,12 @@ Provides:
|
||||
librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0+exporter-dev (= ${binary:Version}),
|
||||
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.2+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.12.2+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.12.2+exporter-dev (= ${binary:Version})
|
||||
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})
|
||||
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