From: Debian Rust Maintainers Date: Sat, 11 Jan 2025 10:37:00 +0000 (+0100) Subject: d-0007-no-tzdb X-Git-Tag: archive/raspbian/1.91.1+dfsg1-1+rpi1~1^2~34 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9fb0ac6199c4f93c55cca50024ff8ed79fef7a62;p=rustc.git d-0007-no-tzdb Description: remove jiff-tzdb(-platform) on Debian, we can just use the tzdata information.. Forwarded: not-needed Gbp-Pq: Topic prune Gbp-Pq: Name d-0007-no-tzdb.patch --- diff --git a/vendor/jiff-0.2.15/Cargo.toml b/vendor/jiff-0.2.15/Cargo.toml index b628c439cc..c1b8feb9e1 100644 --- a/vendor/jiff-0.2.15/Cargo.toml +++ b/vendor/jiff-0.2.15/Cargo.toml @@ -66,7 +66,6 @@ default = [ "std", "tz-system", "tz-fat", - "tzdb-bundle-platform", "tzdb-zoneinfo", "tzdb-concatenated", "perf-inline", @@ -93,14 +92,6 @@ tz-system = [ "std", "dep:windows-sys", ] -tzdb-bundle-always = [ - "dep:jiff-tzdb", - "alloc", -] -tzdb-bundle-platform = [ - "dep:jiff-tzdb-platform", - "alloc", -] tzdb-concatenated = ["std"] tzdb-zoneinfo = ["std"] @@ -116,10 +107,6 @@ path = "tests/lib.rs" version = "0.2" optional = true -[dependencies.jiff-tzdb] -version = "0.1.4" -optional = true - [dependencies.log] version = "0.4.21" optional = true