termux-packages/packages/newsboat/rust-libnewsboat-Cargo.toml...

25 lines
695 B
Diff
Raw Normal View History

--- ./rust/libnewsboat/Cargo.toml.orig 2021-05-17 16:44:12.665188034 +0000
+++ ./rust/libnewsboat/Cargo.toml 2021-05-17 16:44:22.377378220 +0000
@@ -17,7 +17,7 @@
backtrace = "= 0.3"
2020-10-22 00:37:58 +02:00
unicode-width = "0.1.8"
nom = "6"
2020-10-22 00:37:58 +02:00
-libc = "0.2"
+libc = "0.2.94"
2020-08-12 10:26:50 +02:00
natord = "1.0.9"
[dependencies.clap]
@@ -31,12 +31,6 @@
2020-08-12 10:26:50 +02:00
# I want as little dependencies as practically possible.
default-features = false
-[dependencies.gettext-rs]
-version = "0.6.0"
2020-08-12 10:26:50 +02:00
-# Don't let the crate build its own copy of gettext; force it to use the one
-# built into glibc.
-features = [ "gettext-system" ]
-
[dependencies.curl-sys]
version = "0.4.5"
# This disables the only default feature, "ssl". It doesn't affect the