diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 05:38:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 05:38:31 +0000 |
commit | 18a3a83811be50219f5ffd08ee4f3bae2fdd31d6 (patch) | |
tree | a9f4456dd9b3afa819695114175905dd79bf7830 /debian/control | |
parent | Merging upstream version 1.0.81. (diff) | |
download | rust-proc-macro2-18a3a83811be50219f5ffd08ee4f3bae2fdd31d6.tar.xz rust-proc-macro2-18a3a83811be50219f5ffd08ee4f3bae2fdd31d6.zip |
Merging debian version 1.0.81-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 0b13f53..2d011c2 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.76-dev (= ${binary:Version}), - librust-proc-macro2-1.0.76+default-dev (= ${binary:Version}), - librust-proc-macro2-1.0.76+nightly-dev (= ${binary:Version}), - librust-proc-macro2-1.0.76+proc-macro-dev (= ${binary:Version}), - librust-proc-macro2-1.0.76+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}) 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" |