Codebase list rust-libslirp / 014a8cb
Update rustyline to unblock nix 0.13 kpcyrd 5 years ago
6 changed file(s) with 23 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
3333 because all required dependencies are available in main::
3434
3535 sniffglue (update, fix ftbfs)
36 rustyline (update, unblocks nix 0.13)
3637
3738
3839 Delayed/problematic::
0 rust-rustyline (3.0.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package rustyline 3.0.0 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Sun, 3 Feb 2019 12:41:38 +0100
5
06 rust-rustyline (3.0.0-1) unstable; urgency=medium
17
28 * Package rustyline 3.0.0 from crates.io using debcargo 2.2.9
1010
1111 Files: debian/*
1212 Copyright:
13 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018 kpcyrd <git@rxv.cc>
13 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2019 kpcyrd <git@rxv.cc>
1515 License: MIT
1616
1717 License: MIT
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 kpcyrd <git@rxv.cc>
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 kpcyrd <git@rxv.cc>
2525 License: MIT
2626
2727 License: MIT
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -45,7 +45,7 @@ version = "1.2"
3 [dev-dependencies.tempdir]
4 version = "0.3"
5 [target."cfg(unix)".dependencies.nix]
6 -version = "0.11"
7 +version = ">= 0.11, < 0.14"
8
9 [target."cfg(unix)".dependencies.utf8parse]
10 version = "0.1"
0 relax-dep-version.patch