0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-23 01:07:10 +00:00
termux-packages/packages/newsboat/rust-libnewsboat-Cargo.toml.patch
Biswapriyo Nath 9fcb72a8ba bump(main/newsboat): 2.38
Rebase patches after gettext-rs crate update from 0.7.1 to 0.7.2
25260310cd
2024-12-23 10:30:23 +05:30

17 lines
611 B
Diff

diff -u -r ../newsboat-2.37/rust/libnewsboat/Cargo.toml ./rust/libnewsboat/Cargo.toml
--- ../newsboat-2.37/rust/libnewsboat/Cargo.toml 2024-09-22 15:05:50.000000000 +0000
+++ ./rust/libnewsboat/Cargo.toml 2024-09-24 19:24:27.988264342 +0000
@@ -22,12 +22,6 @@
chrono = "0.4.34"
unicode-segmentation = "1.12.0"
-[dependencies.gettext-rs]
-version = "0.7.2"
-# 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.75"
# This disables the only default feature, "ssl". It doesn't affect the