1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-17 16:09:47 +00:00
termux-packages/packages/locustdb/Cargo.toml.patch
Henrik Grimler 19ba339200
locustdb: update rustyline dependency instead of patching it and nix
rusyline 4.0.0 seem to work (latest version, 9.1.2, fails due to other
dependencies (rustix and clip and perhaps others).
2022-02-18 20:14:30 +01:00

12 lines
298 B
Diff

--- ../Cargo.toml.orig 2022-02-18 18:05:37.225538565 +0000
+++ ./Cargo.toml 2022-02-18 18:05:47.435482830 +0000
@@ -33,7 +33,7 @@
rand = "0.5.5"
regex = "1"
rust-crypto = "0.2.36"
-rustyline = "1.0.0"
+rustyline = "4.0.0"
scoped_threadpool = "0.1.9"
seahash = "3.0.5"
std-semaphore = "0.1.0"