Codebase list rust-libslirp / d97329d
tokio-executor: fix the dep Sylvestre Ledru 3 years ago
4 changed file(s) with 24 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-tokio-executor (0.1.8-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package tokio-executor 0.1.8 from crates.io using debcargo 2.4.3
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 04 Oct 2020 21:41:54 +0200
6
07 rust-tokio-executor (0.1.8-1) unstable; urgency=medium
18
29 * Package tokio-executor 0.1.8 from crates.io using debcargo 2.3.1-alpha.0
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 kpcyrd <git@rxv.cc>
25 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 kpcyrd <git@rxv.cc>
25 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2626 License: MIT
2727
2828 License: MIT
0 Index: tokio-executor/Cargo.toml
1 ===================================================================
2 --- tokio-executor.orig/Cargo.toml
3 +++ tokio-executor/Cargo.toml
4 @@ -22,7 +22,7 @@ categories = ["concurrency", "asynchrono
5 license = "MIT"
6 repository = "https://github.com/tokio-rs/tokio"
7 [dependencies.crossbeam-utils]
8 -version = "0.6.2"
9 +version = "0.7"
10
11 [dependencies.futures]
12 version = "0.1.19"