mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 22:07:05 +00:00
bump perlmod-macro to 0.3.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
aa13c5c85b
commit
726fa9b484
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "perlmod-macro"
|
name = "perlmod-macro"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-perlmod-macro (0.3.2-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* add newlines to errors passed to croak_sv
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 09:46:44 +0200
|
||||||
|
|
||||||
rust-perlmod-macro (0.3.1-1) stable; urgency=medium
|
rust-perlmod-macro (0.3.1-1) stable; urgency=medium
|
||||||
|
|
||||||
* adjust search directory to not contain the module name since there are
|
* adjust search directory to not contain the module name since there are
|
||||||
|
@ -35,8 +35,8 @@ Provides:
|
|||||||
librust-perlmod-macro-0+default-dev (= ${binary:Version}),
|
librust-perlmod-macro-0+default-dev (= ${binary:Version}),
|
||||||
librust-perlmod-macro-0.3-dev (= ${binary:Version}),
|
librust-perlmod-macro-0.3-dev (= ${binary:Version}),
|
||||||
librust-perlmod-macro-0.3+default-dev (= ${binary:Version}),
|
librust-perlmod-macro-0.3+default-dev (= ${binary:Version}),
|
||||||
librust-perlmod-macro-0.3.1-dev (= ${binary:Version}),
|
librust-perlmod-macro-0.3.2-dev (= ${binary:Version}),
|
||||||
librust-perlmod-macro-0.3.1+default-dev (= ${binary:Version})
|
librust-perlmod-macro-0.3.2+default-dev (= ${binary:Version})
|
||||||
Description: Perl package macros to create perl package bindings from rust at compile time - Rust source code
|
Description: Perl package macros to create perl package bindings from rust at compile time - Rust source code
|
||||||
This package contains the source for the Rust perlmod-macro crate, packaged by
|
This package contains the source for the Rust perlmod-macro crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user