Codebase list rust-subtle / 029a7d9
Update ryu to 1.0.4 Wolfgang Silbermayr 4 years ago
4 changed file(s) with 20 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 rust-ryu (1.0.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package ryu 1.0.4 from crates.io using debcargo 2.4.3
3 * Mark tests as flaky due to failures with no-panic enabled
4
5 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 04 May 2020 11:49:23 +0200
6
07 rust-ryu (1.0.2-1) unstable; urgency=medium
18
29 * Package ryu 1.0.2 from crates.io using debcargo 2.4.0
44
55 Files: *
66 Copyright:
7 2018 David Tolnay <dtolnay@gmail.com>
7 2018-2020 David Tolnay <dtolnay@gmail.com>
88 2018 Ulf Adams
99 License: Apache-2.0 or BSL-1.0
1010
1111 Files: debian/*
1212 Copyright:
13 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
13 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1515 License: Apache-2.0 or BSL-1.0
1616
1717 License: Apache-2.0
8383
8484 Files: debian/*
8585 Copyright:
86 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
87 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
86 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
87 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
8888 License: Apache-2.0 or BSL-1.0
8989
9090 License: Apache-2.0
00 overlay = "."
11 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
2
3 [packages."lib+@"]
4 # with no-panic enabled, tests fail to build
5 test_is_broken = true
6
7 [packages."lib+no-panic"]
8 # with no-panic enabled, tests fail to build
9 test_is_broken = true