diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:40:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:40:32 +0000 |
commit | 0f0c56cc498da300c1bcc8f969ce003b30accd92 (patch) | |
tree | 3f4f2ad82d38b52c25fcb9064639b6c4ffeb183d /debian/control | |
parent | Merging upstream version 1.0.85. (diff) | |
download | rust-proc-macro2-0f0c56cc498da300c1bcc8f969ce003b30accd92.tar.xz rust-proc-macro2-0f0c56cc498da300c1bcc8f969ce003b30accd92.zip |
Merging debian version 1.0.85-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 2d011c2..7ec549b 100644 --- a/debian/control +++ b/debian/control @@ -45,10 +45,10 @@ Provides: librust-proc-macro2-1.0+nightly-dev (= ${binary:Version}), librust-proc-macro2-1.0+proc-macro-dev (= ${binary:Version}), librust-proc-macro2-1.0+span-locations-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81+default-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81+nightly-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81+proc-macro-dev (= ${binary:Version}), - librust-proc-macro2-1.0.81+span-locations-dev (= ${binary:Version}) + librust-proc-macro2-1.0.85-dev (= ${binary:Version}), + librust-proc-macro2-1.0.85+default-dev (= ${binary:Version}), + librust-proc-macro2-1.0.85+nightly-dev (= ${binary:Version}), + librust-proc-macro2-1.0.85+proc-macro-dev (= ${binary:Version}), + librust-proc-macro2-1.0.85+span-locations-dev (= ${binary:Version}) Description: Substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case - Rust source code Source code for Debianized Rust crate "proc-macro2" |