Codebase list rust-stfu8 / 8f8d2b7
Patch rustyline dirs dependency kpcyrd 4 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 * Package rustyline 5.0.0 from crates.io using debcargo 2.2.10
33
4 -- kpcyrd <git@rxv.cc> Fri, 12 Jul 2019 16:43:40 +0000
4 -- kpcyrd <git@rxv.cc> Fri, 12 Jul 2019 17:02:49 +0000
55
66 rust-rustyline (3.0.0-2) unstable; urgency=medium
77
44 no-default-features = true
55 [dependencies.dirs]
66 -version = "2.0"
7 +version = ">=1.0, <3.0"
7 +version = "1.0"
88 optional = true
99
1010 [dependencies.libc]