Codebase list rust-stfu8 / 621ea4c
Update rustyline kpcyrd 4 years ago
4 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-rustyline (5.0.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package rustyline 5.0.2 from crates.io using debcargo 2.4.0
3
4 -- kpcyrd <git@rxv.cc> Thu, 12 Sep 2019 14:19:51 +0000
5
06 rust-rustyline (5.0.0-3) unstable; urgency=medium
17
28 * Update the package to build with more recent version of dirs
00 overlay = "."
11 uploaders = ["kpcyrd <git@rxv.cc>"]
2
3 # The auto-generated summary is too long.
4 summary = "Readline implementation based on Linenoise"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -61,7 +61,7 @@
3 default = ["with-dirs"]
4 with-dirs = ["dirs"]
5 [target."cfg(unix)".dependencies.nix]
6 -version = "0.14"
7 +version = "0.15"
8
9 [target."cfg(unix)".dependencies.utf8parse]
10 version = "0.1"