Codebase list rust-stfu8 / 7758eed
data-encoding-macro-internal - new upstream version Dylan Aïssi 2 years ago
5 changed file(s) with 15 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
0 rust-data-encoding-macro-internal (0.1.10-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package data-encoding-macro-internal 0.1.10 from crates.io using debcargo 2.5.0
4
5 -- Dylan Aïssi <daissi@debian.org> Mon, 31 Jan 2022 17:37:48 +0100
6
07 rust-data-encoding-macro-internal (0.1.7-3) unstable; urgency=medium
18
29 * Patch syn dependency to 1.0.0
44
55 Files: *
66 Copyright:
7 2015-2019 Julien Cretin <cretin@google.com>
8 2017 Google Inc.
7 2015-2020 Julien Cretin <cretin@google.com>
8 2017-2020 Google Inc.
99 License: MIT
1010
1111 Files: debian/*
1212 Copyright:
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 kpcyrd <git@rxv.cc>
13 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019-2022 kpcyrd <git@rxv.cc>
1515 License: MIT
1616
1717 License: MIT
1313
1414 Files: ./LICENSE
1515 Copyright:
16 2015-2017 Julien Cretin
17 2017 Google Inc.
16 2015-2020 Julien Cretin
17 2017-2020 Google Inc.
1818 License: UNKNOWN-LICENSE; FIXME (overlay)
1919 Comment:
2020 FIXME (overlay): These notices are extracted from files. Please review them
2222
2323 Files: debian/*
2424 Copyright:
25 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
26 2019 kpcyrd <git@rxv.cc>
25 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
26 2019-2022 kpcyrd <git@rxv.cc>
2727 License: MIT
2828
2929 License: MIT
+0
-1
src/data-encoding-macro-internal/debian/patches/series less more
0 syn-1.patch
+0
-11
src/data-encoding-macro-internal/debian/patches/syn-1.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -31,7 +31,7 @@
3 optional = true
4
5 [dependencies.syn]
6 -version = "0.15"
7 +version = "1"
8
9 [features]
10 stable = ["proc-macro-hack"]