mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 15:07:15 +00:00
perlmod-macro: bump to 0.8.3
This commit is contained in:
parent
cb86559d13
commit
0d64d1093e
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "perlmod-macro"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
build = "build.rs"
|
||||
categories = [ "API bindings" ]
|
||||
keywords = [ "ffi", "perl" ]
|
||||
|
@ -1,4 +1,10 @@
|
||||
rust-perlmod-macro (0.8.2-1) UNRELEASED; urgency=medium
|
||||
rust-perlmod-macro (0.8.3-1) stable; urgency=medium
|
||||
|
||||
* Update to syn 2
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 03 Oct 2023 08:34:25 +0200
|
||||
|
||||
rust-perlmod-macro (0.8.2-1) stable; urgency=medium
|
||||
|
||||
* Ensure the XS registration portion of bootstrap functions are only called
|
||||
once.
|
||||
|
@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 12),
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-proc-macro2-1+default-dev <!nocheck>,
|
||||
librust-quote-1+default-dev <!nocheck>,
|
||||
librust-syn-1+default-dev <!nocheck>,
|
||||
librust-syn-1+full-dev <!nocheck>
|
||||
librust-syn-2+default-dev <!nocheck>,
|
||||
librust-syn-2+full-dev <!nocheck>
|
||||
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Git:
|
||||
@ -24,16 +24,16 @@ Depends:
|
||||
${misc:Depends},
|
||||
librust-proc-macro2-1+default-dev,
|
||||
librust-quote-1+default-dev,
|
||||
librust-syn-1+default-dev,
|
||||
librust-syn-1+full-dev
|
||||
librust-syn-2+default-dev,
|
||||
librust-syn-2+full-dev
|
||||
Provides:
|
||||
librust-perlmod-macro+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.8-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.8+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.8.2-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.8.2+default-dev (= ${binary:Version})
|
||||
librust-perlmod-macro-0.8.3-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.8.3+default-dev (= ${binary:Version})
|
||||
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
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
|
Loading…
Reference in New Issue
Block a user