Codebase list rust-serde-xml-rs / 0bee0c4
update the packaging of enumset-derive Alexander Kjäll 1 year, 10 months ago
5 changed file(s) with 40 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 rust-enumset-derive (0.4.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-enumset-derive (0.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package enumset_derive 0.4.3 from crates.io using debcargo 2.4.2
2 * Package enumset_derive 0.6.0 from crates.io using debcargo 2.5.0
33
4 -- Alexander Kjäll <alexander.kjall@gmail.com> Sun, 16 Feb 2020 08:57:09 +0100
4 -- Alexander Kjäll <alexander.kjall@gmail.com> Tue, 07 Jun 2022 18:13:51 +0200
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: enumset_derive
2 Upstream-Contact: Lymia Aluysia <lymia@lymiahugs.com>
2 Upstream-Contact: Alissa Rao <lymia@lymiahugs.com>
33 Source: https://github.com/Lymia/enumset
44
55 Files: *
6 Copyright: 2017-2019 Lymia Aluysia <lymia@lymiahugs.com>
6 Copyright:
7 2017-2019 Lymia Aluysia <lymia@lymiahugs.com>
8 2017-2022 Alissa Rao <lymia@lymiahugs.com>
79 License: MIT or Apache-2.0
10 Comment:
11 There seems to have been a name change involved, including both names here
12 in order to be on the safe side.
813
914 Files: debian/*
1015 Copyright:
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: enumset_derive
2 Upstream-Contact: Lymia Aluysia <lymia@lymiahugs.com>
2 Upstream-Contact: Alissa Rao <lymia@lymiahugs.com>
33 Source: https://github.com/Lymia/enumset
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Lymia Aluysia <lymia@lymiahugs.com>
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Alissa Rao <lymia@lymiahugs.com>
77 License: MIT or Apache-2.0
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./LICENSE-MIT
15 Copyright: 2017-2020 Alissa Rao <lymiahugs@gmail.com>
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
1421 Files: debian/*
1522 Copyright:
16 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2020 Alexander Kjäll <alexander.kjall@gmail.com>
23 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2022 Alexander Kjäll <alexander.kjall@gmail.com>
1825 License: MIT or Apache-2.0
1926
2027 License: Apache-2.0
0 diff --git a/Cargo.toml b/Cargo.toml
1 index 474799b..82d4644 100644
2 --- a/Cargo.toml
3 +++ b/Cargo.toml
4 @@ -23,11 +23,11 @@ repository = "https://github.com/Lymia/enumset"
5 proc-macro = true
6
7 [dependencies.darling]
8 -version = "0.13.0"
9 +version = "0.10"
10 default-features = false
11
12 [dependencies.proc-macro-crate]
13 -version = "1.1.3"
14 +version = "1"
15 optional = true
16
17 [dependencies.proc-macro2]