File: disable-tzdb.patch

package info (click to toggle)
rust-shadow-rs 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Disable unavailable dep and feature tzdb
Forwarded: not-needed
Author: Blair Noctis <ncts@debian.org>
Last-Update: 2025-03-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51 +51 @@
-    "tzdb",
+    #"tzdb",
@@ -57 +57 @@
-    "tzdb",
+    #"tzdb",
@@ -112 +112 @@
-[dependencies.tzdb]
+[disabled.dependencies.tzdb]