Codebase list rust-libslirp / f71d624
tokio-threadpool: prepare a new upload Sylvestre Ledru 3 years ago
4 changed file(s) with 28 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-tokio-threadpool (0.1.16-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package tokio-threadpool 0.1.16 from crates.io using debcargo 2.4.3
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 04 Oct 2020 21:51:03 +0200
6
07 rust-tokio-threadpool (0.1.16-1) unstable; urgency=medium
18
29 * Package tokio-threadpool 0.1.16 from crates.io using debcargo 2.4.0
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
25 2018-2019 kpcyrd <git@rxv.cc>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
25 2018-2020 kpcyrd <git@rxv.cc>
2626 License: MIT
2727
2828 License: MIT
0 Index: tokio-threadpool/Cargo.toml
1 ===================================================================
2 --- tokio-threadpool.orig/Cargo.toml
3 +++ tokio-threadpool/Cargo.toml
4 @@ -25,10 +25,10 @@ repository = "https://github.com/tokio-r
5 version = "0.7.0"
6
7 [dependencies.crossbeam-queue]
8 -version = "0.1.0"
9 +version = "0.2.0"
10
11 [dependencies.crossbeam-utils]
12 -version = "0.6.4"
13 +version = "0.7.0"
14
15 [dependencies.futures]
16 version = "0.1.19"