mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-01-22 02:04:05 +03:00
bump perlmod to 0.5.2-2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3d5b075bdc
commit
ab3923dc66
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "perlmod"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
@ -17,7 +17,7 @@ maintenance = { status = "experimental" }
|
||||
[dependencies]
|
||||
bitflags = "1.2.1"
|
||||
libc = "0.2"
|
||||
perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.3.1" }
|
||||
perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.3.2" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-perlmod (0.5.2-2) stable; urgency=medium
|
||||
|
||||
* bump perlmod-macro dependency
|
||||
|
||||
* mark strings with codepoints >=128 as utf8 when serializing to perl
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Jul 2021 11:40:24 +0200
|
||||
|
||||
rust-perlmod (0.5.1-1) stable; urgency=medium
|
||||
|
||||
* fix newtype struct deserialization
|
||||
|
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-bitflags-1+default-dev (>= 1.2.1-~~) <!nocheck>,
|
||||
librust-cc-1+default-dev (>= 1.0.46-~~) <!nocheck>,
|
||||
librust-libc-0.2+default-dev <!nocheck>,
|
||||
librust-perlmod-macro-0.3+default-dev (>= 0.3.1-~~) <!nocheck>,
|
||||
librust-perlmod-macro-0.3+default-dev (>= 0.3.2-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
librust-thiserror-1+default-dev <!nocheck>,
|
||||
@ -37,7 +37,7 @@ Recommends:
|
||||
Provides:
|
||||
librust-perlmod-0-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.5-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.5.1-dev (= ${binary:Version})
|
||||
librust-perlmod-0.5.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.
|
||||
@ -48,7 +48,7 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-perlmod-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.3+default-dev (>= 0.3.1-~~)
|
||||
librust-perlmod-macro-0.3+default-dev (>= 0.3.2-~~)
|
||||
Provides:
|
||||
librust-perlmod+default-dev (= ${binary:Version}),
|
||||
librust-perlmod+perlmod-macro-dev (= ${binary:Version}),
|
||||
@ -58,9 +58,9 @@ Provides:
|
||||
librust-perlmod-0.5+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.5+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.5+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.5.1+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.5.1+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.5.1+perlmod-macro-dev (= ${binary:Version})
|
||||
librust-perlmod-0.5.2+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.5.2+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.5.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